Hi all,
when defining a CSS class, which defines a font, what are the rules
which determine where that font applies. I have had a situation where a
DIV of that class displays the font, but a TEXTAREA doesn't. The only
way is to either create a TESTAREA.myclass style, or a specific #ID
style, and apply it to the TEXTAREA by ID.
Does the fact that a TEXTAREA should be inside a FORM mean that the
FORM would have to be defined as .myclass first ?
Thanks in advance