View Full Version : hover link


Cherchezlafemme
06-30-2003, 06:52 PM
Ok I have seen this type of link in many sites but I just can't remember them lol here is an example of the link hover I want:

A: link would be:

enter


-then-

A: Hover would be:

e n t e r


The only way I can describe that as is "compress" and "expand" type of link. Sorry if you get confused but that's the only way I could describe it as.

Jiggawot
06-30-2003, 07:01 PM
That would be by using letter spacing. :b

Look:

a,a:active,a:visited
{
blah blah blah
}

a:hover
{
blah blah blah
letter-spacing: 3;
}

Cherchezlafemme
06-30-2003, 07:07 PM
urrrrr DUH! *hits her head* I can be soooo dumb sometimes!

Thanx Much! :D

Jiggawot
06-30-2003, 07:17 PM
=D No problem.