Ok, so when you hover a link, how do you make it so its underlined when hovered? :S
I got this in my style sheet at the top
What do i have to change the hover part to for it to be underlined? :SHTML Code:A:link
{ text-decoration: none; color:#FFFFFF; }
A:visited
{ text-decoration: none; color:#FFFFFF; }
A:active
{ text-decoration: none; color:#FFFFFF; }
A:hover
{ color:#000000; text-decoration:underline }
