View Full Version : Linkage


deliciouspeach
07-14-2003, 06:15 AM
How can you make text links hover in like a button? Sounds simple, but can't figure it out! Help anyone?
Thanks
Melanie :)

Alcy
07-14-2003, 06:40 AM
Like this (http://www.acjavascripts.com/buttonChanger.html)? The background of the button changes when you put your cursor over it.

deliciouspeach
07-14-2003, 01:25 PM
Well sort of...if you go to http://dollparadise.net they have an example of what I can't do! On the "enter" text.

Thank-you for the last reply!!

kittycat
07-14-2003, 05:33 PM
to the a:hover add

position: relative;
top: 1px;
left: 1px;

You can use top/bottom or right/left and also negative values.