Posted by Todd Cary on 10/14/44 11:59
I have a <TD> that has these properties:
<td width="150" bgcolor="#336699" valign="top">
and I would like to put those properties into a CSS.
This does not work:
TD.LeftMenu {
width: 150;
position: top;
background-color: #336699;
}
No doubt I have messed up. What is the quivalent?
Many thanks...
Todd
Navigation:
[Reply to this message]
|