![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to set the color of a link with CSS. But somehow it does not work in IE (I am using 5.5). Example code: table class="mymenu"><tr><td><a href="http//www.somewhere.com/">A link</a></td></tr></table And in the stylesheet: table.localmenu a { color: #f5fc70; background-color:red; } |
|
In Mozilla this will color the link text yellow. In IE it stays the standard blue. |
#3
| |||
| |||
|
|
condor wrote: I am trying to set the color of a link with CSS. But somehow it does not work in IE (I am using 5.5). Example code: table class="mymenu"><tr><td><a href="http//www.somewhere.com/">A link</a></td></tr></table And in the stylesheet: table.localmenu a { color: #f5fc70; background-color:red; } I doubt that will work in any browser, since 'localmenu' is not quite the same as 'mymenu'... In Mozilla this will color the link text yellow. In IE it stays the standard blue. |
|
Maybe you have more stylerules for <a> elements elsewhere in the stylesheet? |
![]() |
| Thread Tools | |
| Display Modes | |
| |