View Full Version : link mouseover box


Sunshine_starr
09-27-2004, 07:45 PM
On this site microsoft.com (http://www.microsoft.com/) when you mouse over a link they get sort of a box around them. How would I do that? Any help would be appricated :)

Chris
09-27-2004, 08:33 PM
In the .css file, the attribute for the a:hover is as follows:

{color:#000000;border:1px solid #cccccc;background-color:#f1f1f1;text-decoration:none;}

Hope that helps
Chris :D

Sunshine_starr
09-27-2004, 09:01 PM
Thanks I will try that!

Chris
09-27-2004, 09:59 PM
Thanks I will try that!

Your welcome :D

Chris