|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (6 bit)
Join Date: Dec 2002
Location: Victoria, Australia
Posts: 50
|
CSS text-decoration: underline problem
Hi, im having trouble with a little piece of CSS styling code. The code in question is:
"" the problem i have is the underline section in text-decoration. When you hover over the link, it only changes the colour and doesnt make it underlined. Its been frustrating... Has anybody got any suggestions? Thanks Nickuss (i'm using IE 6 SP1, if thats of any use) |
|
|
|
|
|
#2 |
|
Member (6 bit)
Join Date: Dec 2002
Location: Victoria, Australia
Posts: 50
|
sorry people, PCmech picked up the html code and didnt display it.
without the style tags or the {}'s, here is the code: A:link TEXT-DECORATION: none A:hover COLOR: #FFCC99; TEXT-DECORATION: underline A:visited TEXT-DECORATION: none Nickuss |
|
|
|
|
|
#3 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
You need to also have an A with the same values as A:link.
Like PHP Code:
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|