[Wylug-help] Style problem.
Geoff Richards
qef at ungwe.org
Thu Mar 1 12:00:40 GMT 2007
On Thu, Mar 01, 2007 at 11:24:57AM +0000, Gary Stainburn wrote:
> Hi Folks.
>
> The code below does exactly what I want it to do. It displays a green
> box and a brown box, both with white writing in.
>
> However, when I try to do this on the page I need it for, I always
> black writing. Does anyone have any clues why?
>
> ...
>
> padding: 0px 0px 0px 00px;
Units don't matter when the value is zero, so that could be:
padding: 0;
> ...
> td#day54 { color: #ffffff; background-color: #876811;}
I think you need a more specific selector here, like "td#day54 a" or
possibly event "td#day54 a:link".
--
--- Geoff Richards -------------><-------------- http://ungwe.org/ ---
"I tried to fling my shadow at the moon,
The while my blood leapt with a wordless song." -- Theodore Roethke
More information about the Wylug-help
mailing list