TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Css Aid

Page: 1 Reply
Nov 11th 2002#77884 Report
Member since: Jun 12th 2002
Posts: 91
Hey, I'm trying to make a text decoration, that gives the whole link a background when the mouse is over it, like BlueRobot.com links, but keeping the code as simple as possible, if there is a specific text decoartion, please do tell.
Reply with Quote Reply
Nov 11th 2002#77886 Report
Member since: Jun 16th 2002
Posts: 1391
a:hover { color: #FFFFFF; background-color: #000000; text-decoration: none }


Change none to underline if you want under decoration.
Reply with Quote Reply
Nov 11th 2002#77891 Report
Member since: Jun 12th 2002
Posts: 91
I know that, I want to know if you can change it so the whole background behind the text change color, like BlueRobot.com
Reply with Quote Reply
Nov 11th 2002#77904 Report
Member since: Mar 20th 2001
Posts: 3367
Yeah, that's the code. Your a:link will be

a{ color: #6495ED; text-decoration: none; font-weight: bold; }
a:hover { background-color: #DCDCDC; text-decoration: none }
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum