Running Bear
08-29-2002, 12:27 PM
I'm using a CSS defined graphically. Within it I have set up a number a class, which I use to define table cell background colour.
Within the css the class is defined -
TD.green
Here is the code from the css source tab
TD.green
{
CURSOR: default;
BACKGROUND-COLOR: green
}
the Class is called in the page by
<td class="Green">A value</td>
This works in NS4.7, 6.2, IE5.5, IE6.0
Any help or ideas will be greatly appreciated
Thanks Al
Within the css the class is defined -
TD.green
Here is the code from the css source tab
TD.green
{
CURSOR: default;
BACKGROUND-COLOR: green
}
the Class is called in the page by
<td class="Green">A value</td>
This works in NS4.7, 6.2, IE5.5, IE6.0
Any help or ideas will be greatly appreciated
Thanks Al