schaduw bij lettertype hoe?

Moderators: Polly, Muiz, NadjaNadja, Telpeva, Essie73, ynskek, Ladybird

Toevoegen aan eigen berichten
 
 
jongleurtje
Berichten: 1057
Geregistreerd: 11-05-04

schaduw bij lettertype hoe?

Link naar dit bericht Geplaatst door de TopicStarter : 08-04-05 15:22

hoi,

ik heb al een tijdje geleden een site gemaakt maar ik krijg steeds commentaar dat sommige letters niet te lezen zijn. (achtergrond is een foto met ook wit en lettertype is baige) dus maar toen kwam eimand hier op het idee zwarte schaduw toe te voegen.. maar hoe doe je dat?

ik gebruik het programma frontpage.

Elles

Berichten: 22816
Geregistreerd: 14-06-01
Woonplaats: Flevoland

Re: schaduw bij lettertype hoe?

Link naar dit bericht Geplaatst: 08-04-05 15:28

Verplaatst van AM naar FZ.

Rainie

Berichten: 9123
Geregistreerd: 01-05-03
Woonplaats: Nuenen

Re: schaduw bij lettertype hoe?

Link naar dit bericht Geplaatst: 08-04-05 15:33

Hier een aantal leuke tekst effecten:

Code
How do I make glowing text?   Glowing text is really cool. It is made by applying a filter to your font. You can change the width and height attributes, font style and size. Just add the tag wherever you want your text to appear. Remember that this page is for those of you who use the Internet Explorer browser, in other browsers the glowing text is not rendered properly:

Blur
Blur
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: shadow(color=#00ff00, direction=200)">Blur</span>


Dropshadow
Dropshadow
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: dropshadow(Color=#00ff00, OffX=2, OffY=2, positive=2)">Dropshadow</span>


Flip
Flip
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: flipv">Flip</span>


Glow
Glow
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: glow(color=#00ff00, strength=10)">Glow</span>


Opacity
Opacity
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ffffff; filter: alpha(opacity=100, finishopacity=0, style=1, startX=0, startY=0, finishX=200, finishY=0)">Opacity</span>


Shadow Blur
Shadow Blur
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: blur(add = 1, direction = 220, strength = 10)">Shadow Blur</span>


Wave
Wave
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: wave(add=0, freq=1, lightstrength=20, phase=10, strength=10)">Wave</span>

Glowing Link
Glowing Text Link
<span style="position:relative; width heightᛁ filter:glow(color=#00ff00,strength=2)"> <A href="http://www.yourdomain.com">Glowing Text Link</A></SPAN>


http://www.lissaexplains.com

jongleurtje
Berichten: 1057
Geregistreerd: 11-05-04

Re: schaduw bij lettertype hoe?

Link naar dit bericht Geplaatst door de TopicStarter : 11-04-05 10:35

Rainie schreef:
Hier een aantal leuke tekst effecten:

Code
How do I make glowing text?   Glowing text is really cool. It is made by applying a filter to your font. You can change the width and height attributes, font style and size. Just add the tag wherever you want your text to appear. Remember that this page is for those of you who use the Internet Explorer browser, in other browsers the glowing text is not rendered properly:

Blur
Blur
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: shadow(color=#00ff00, direction=200)">Blur</span>


Dropshadow
Dropshadow
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: dropshadow(Color=#00ff00, OffX=2, OffY=2, positive=2)">Dropshadow</span>


Flip
Flip
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: flipv">Flip</span>


Glow
Glow
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: glow(color=#00ff00, strength=10)">Glow</span>


Opacity
Opacity
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ffffff; filter: alpha(opacity=100, finishopacity=0, style=1, startX=0, startY=0, finishX=200, finishY=0)">Opacity</span>


Shadow Blur
Shadow Blur
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: blur(add = 1, direction = 220, strength = 10)">Shadow Blur</span>


Wave
Wave
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: wave(add=0, freq=1, lightstrength=20, phase=10, strength=10)">Wave</span>

Glowing Link
Glowing Text Link
<span style="position:relative; width heightᛁ filter:glow(color=#00ff00,strength=2)"> <A href="http://www.yourdomain.com">Glowing Text Link</A></SPAN>


http://www.lissaexplains.com



hey bedankt ik heb het nu bij me site gedaan.. ziet er een stuk beter uit.. bedankt voor de link staan leuke dingetjes op