View Full Version : Hover..


x Kissss x
12-17-2004, 11:27 PM
i am looking for a hover like this (www.xanga.com/cette_morte)

i checked www.xanga.com/html_codez_4_u
and createblog.com

can anyone help me find it? maybe i just looked over it and didn't notice..
thanks you

oh.. and p.s. i checked the previous threads to... but i could have missed something maybe?

JiNgLeBeLLz77
12-18-2004, 12:31 AM
all you have to do is make the font extra big in the hover section of your css... like this

a:hover {
color:#cccccc;
font:normal 20px arial;
line-height:9px;
cursor:none;
}

x Kissss x
12-18-2004, 12:33 AM
so do i just put that in website stats or what? sorry i'm confused

edit...
i figured it out

thanks a bunch!!

JiNgLeBeLLz77
12-18-2004, 01:02 AM
haha great =] you're welcome!