chriz
02-07-2005, 10:48 AM
Now, on my forum : http://s7.invisionfree.com/thenewrpg (thenewrpg)
i have made this code where when you move your mouse over a link, a glow effect occurs, but, ive only noticed that it works as long as you have the float:left bit on, but that is bad because when the user points their mouse over it, the text aligns left,. Is there any way of me not having this just so a basic glow effect occurs?
I have tried removing the float bit from the script but it dosn't wok at all then? thanks a ton!
p[.s. here's the code :
a:hover { color: aqua; text-decoration:underline;filter:glow(strength:50;color:red);float:left}
i have made this code where when you move your mouse over a link, a glow effect occurs, but, ive only noticed that it works as long as you have the float:left bit on, but that is bad because when the user points their mouse over it, the text aligns left,. Is there any way of me not having this just so a basic glow effect occurs?
I have tried removing the float bit from the script but it dosn't wok at all then? thanks a ton!
p[.s. here's the code :
a:hover { color: aqua; text-decoration:underline;filter:glow(strength:50;color:red);float:left}