View Full Version : HoVeR


LuNacHicK
01-24-2003, 05:37 PM
Aside from line-through, underline, etc... what other attributes are available on Hover?! I jez wanna know... Thnks! :)

lilchici13
01-24-2003, 08:13 PM
i think you can make things glow but im not sure

Alcy
01-24-2003, 08:15 PM
Gosh.... there's so many :). The ones you've described are values for text-decoration - there's also "underline overline". You can change font, font size, font colour, border, background colour, etc. on hover.

<style type="text/css">
a
{
color:606060;
font-size:12px;
text-decoration:none;
}

a:hover
{
background-color:606060;
border:1px solid;
border-color:000000;
color:000000;
font-size:10px;
padding:5px;
text-decoration:underline overline;
}

</style>

<a href="#">CLICK</a>

And there's still more... just check out lissa's section on css (http://www.lissaexplains.com/css.shtml) for more.

LuNacHicK
01-24-2003, 08:42 PM
YEAH!! That's what i mean... text decoration for HOVER! ;) aside from underline, overline, line-through etc..etc...

Alcy
01-24-2003, 08:45 PM
Nope, that's it - well, there's "blink", but I haven't seen anyone using that one ;).

LuNacHicK
01-24-2003, 08:58 PM
Ok i got it!! Thanks!! :)

lilchici13
01-24-2003, 08:59 PM
does blink just make your text blink (i think thats kinda obvious but i just wanted to check lol)

LuNacHicK
01-25-2003, 01:39 AM
I think BLINK works only in netscape. ;)

lefty
01-25-2003, 01:43 AM
Actually, blink doesn't work in netscape. heh.

LuNacHicK
01-25-2003, 02:11 AM
Oh! Is that so.....