View Full Version : special hover


x Kissss x
01-19-2005, 01:35 AM
how do you do this hover?

here (www.xanga.com/teen_heat_x)

the link doesn't work

the xanga is teen_heat_x

xbisoubisoux
01-19-2005, 03:56 AM
i don't think that xanga is public...find another example or explain it more

Lenkid
01-19-2005, 06:11 AM
neither the link nor the xanga name works. Maybe you can tell us what it is in words.

Skipperkirk
01-19-2005, 07:56 AM
i personally this that using the first way is easier:

put the following in your <head> </head> tags (change the bold parts)

<style>

a:link
{ color: #000000; text-decoration: underline}

a:visited
{ color: #000000; text-decoration: underline}

a:hover
{ color: #000000; text-decoration: underline}

</style>


or you can always just do this:

(again, change the bold parts)

<body link="#000000" vlink="#000000" alink="#000000">

hope that helps!


Skipperkirk