Sent by Mads Rasmussen on 12 December 2002 12:12
On 11/12/02 0:24 Marcus Duke [EMAIL-REMOVED] tapped the following :
> why won't the dates in the following page show as red in NS7 Mac (probably
> same for NS6+ Win)?
>
> http://fish.washington.edu/beta/pcc/schedule.html
>
> stylesheet is in same dir. I'm assuming this has something to do with a
> broader stroke, since I've been having trouble with a bunch of non-element
> styles in NS6+. If there's a good comprehensive webpage on NS6-7 CSS issues
> and fixes (besides the usual like w3c), please provide the url(s). thanks.
Hi Marcus,
Try this for size:
.dates { color: red; font-weight: bold; font-size: 16px; line-height:
30px; font-family: Times, "Times New Roman", Georgia; background-color:
transparent }
yours:
.dates { color: #210049; font-weight: <snip>
HTH
:-)
Mads