Ninde
02-10-2003, 04:21 PM
I noticed on Lissa's tutorial about text filters she only had "Glowing text link" code. Is it possible to make a blurred text link.. or any of the other codes as links? thanks :D
|
View Full Version : Blurred links? Ninde 02-10-2003, 04:21 PM I noticed on Lissa's tutorial about text filters she only had "Glowing text link" code. Is it possible to make a blurred text link.. or any of the other codes as links? thanks :D lefty 02-10-2003, 11:26 PM something like this? http://www.lissaexplains.com/forum/showthread.php?s=&threadid=17600&highlight=blurry+links Ninde 02-11-2003, 05:55 PM OK... they said add height=0 .. but where do I put that? A:hover { text-decoration: none; color:#FF9933; filter: blur;} where do I put the height=0 ^_^ pinklemonade 02-12-2003, 03:00 AM A:hover { text-decoration: none; color:COLOR; filter: blur; height=0} i think lefty 02-12-2003, 03:26 AM yeah, like that, except it's height:0 :) |