Posted by Jonathan N. Little on 10/21/05 06:14
Beauregard T. Shagnasty wrote:
> Woodmon wrote:
>
>
>>Why the difference in IE?
>
>
> It's borked.
>
>
>>Example of my CSS follows:
>>
>><style type="text/css" media="screen">
>>
>>BODY { color: white }
>>A:link { color: 66CCFF; }
>>A:visited { color: CC66FF; }
>>A:active { color: CC66FF; }
>>A:hover { color: white; background-color: #0099cc; text-decoration:
>>#000000;}
>>
>>.override a:link { color: CC66FF; }
Try formatting color values correctly
..override a:link { color: #CC66FF; }
>>.override a:visited { color: 66CCFF; }
>>.override a:active { color: 66CCFF; }
>>.override a:hover { color: blue; background-color: #0099cc;
>>text-decoration: #000000;}
>></style>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|