Hello
When I write my stylesheet for my form elements I get into trouble in NN. I can define font size/type for the "input" elements. That works fine in both IE and NN.
But when I want to define fonts for "textarea" it wont work in NN (works fine in IE - of course...).
The two definitions look as follows:
INPUT{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
color: Black;
}
TEXTAREA { font-style: normal}INPUT { }TEXTAREA {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
color: Black;
}
- and as I explained - it's only the "textarea" bit that won't work.
Any ways to fix this!?
Greetings
Rasmus
When I write my stylesheet for my form elements I get into trouble in NN. I can define font size/type for the "input" elements. That works fine in both IE and NN.
But when I want to define fonts for "textarea" it wont work in NN (works fine in IE - of course...).
The two definitions look as follows:
INPUT{
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
color: Black;
}
TEXTAREA { font-style: normal}INPUT { }TEXTAREA {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
color: Black;
}
- and as I explained - it's only the "textarea" bit that won't work.
Any ways to fix this!?
Greetings
Rasmus