View Full Version : ARGHH Mouse Overs !! (help)


tayjalee
04-13-2004, 08:50 PM
ok i am really starting to get irritated with my mouse overs, everythings working except the color change. i have it so theres no underline on the link until u mouse over, but the mouse over is also supposed to change color and it dont, all i gets the line.

helpppppppppppppp

(heres the code)

<style type="text/css">
A:link {FONT-WEIGHT:extra-bold;COLOR:#000099; TEXT-DECORATION: none}
A:hover { color: #33ffcc; text-decoration: underline }
</style>

kittycat
04-13-2004, 09:23 PM
Is this in an external stylesheet? if it is you have to take out the STYLE tags... the code itself looks fine, so it may be another reason it's not working.

tayjalee
04-14-2004, 12:23 AM
nope that didnt work :(

pb&j
04-14-2004, 12:26 AM
can you please post a link to your page in question so we can view the problem in action. thanks.