Forum Moderators: not2easy
<Ooops!>
For the right tables (newsleter and Bookmark) I have:
TABLE.menuright
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #aaafb9;
text-decoration: none;
}
In Netscape the writing appears black
Could anybody please tell me how to go around this so the css is compatible with Netscape 4.7 and higher?
[edited by: Nick_W at 3:54 pm (utc) on Oct. 26, 2003]
[edit reason] No personal ruls please / thanks! [/edit]
Does NN pick up the font size and other rules?
Nick
In the css I have:
TABLE.menuright
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #aaafb9;
text-decoration: none;
}
In Netscape the writing appears black
Could anybody please tell me how to go around this so the css is compatible with Netscape 4.7 and higher?
I see you are quite familiar with css so I will ask you another thing (or two) regarding the css style:
The form fields get much wider in Netscape causing my layout to "brake". Do you have any tricks on how a form field can be "width controlled" in Netscape through a css style? (in both Netscape 4,7 & 6)
Also in Netscape 4.7 the properties of the forms (color, border) are ignored.
Is there any way around this?
.example {width: 200px;}
and for your form element:
<input type="text" class="example" name="name" size="10">
NN4.x will not recognize the css width. Beyond that, frankly, for sites that need to support that browser the key word is "support". I don't try to do too much cosmetically with forms - just try to keep them from forcing horizontal scroll. It doesn't handle much in the way of styling forms.