Text glow

liunx

Guest
I need only the text to glow that are links how do i make it do that using this: <br />
<br />
a:link {<br />
color: #000000;<br />
filter:glow(color=#ffffff,strength=2);<br />
font-weight: bold } <br />
}<br />
<br />
cuz this dose not work<!--content-->try it like this instead<br />
<br />
a:hover {filter: glow(color=#00ff00, strength=10); height:0; }<br />
<br />
but beware the css filter is ie proprietary (ie 6 even i think)<!--content-->
 
Back
Top