*Mark Constant* <constants (AT) mix-net (DOT) net>:
Quote:
I have a table column that starts like this
td class="menu" style="WIDTH: 18%" valign="top" |
That's a table cell, not a column (<col/>).
Quote:
If I specify the bgcolor property for this tag everything works okay
but if I try doing it in a CSS it doesn't work. |
Which browsers and version?
Quote:
background: #696969;
background-color: #696969;
background-image: none; |
The latter two rules are redundant to the first one.
] table { border: 1px solid #ffffff; }
Quote:
td.menu {
color: #000000;
background-color: #000000; |
This gives you black on black in that cell in virtually any CSS enabled
browser out there. If it doesn't happen to work on your system, there's some
influence you didn't tell or quote--better provide an URL and information on
the testing environment.
--
"It is not worth an intelligent man's time to be in the majority.
By definition, there are already enough people to do that."
G. H. Hardy