Forum Moderators: not2easy
I'm using Opera 6.04.
Here's a simple example:
In the STYLE definition:
.formElement
{ background:navy;
color:white;
font-weight:bold;
}
And in the form:
First Name: <input type="text" class="formElement" name="Fname" size="10">
Opera applies the font-weight, but ignores the colors. I've tried both background and background-color.
Note: I can apply the class to the opening FORM tag and get a navy background, white text, etc. But can't get it to work for individual form elements.
Any ideas anyone?
Thanks!
[opera.com...]
"Note that while it is possible to style form controls in Opera, you can't make them look like anything other than form controls, eg by setting background color. The CSS specification doesn't require form control widgets to be styleable, and that can be in breach with the operating system UI guidelines. We still plan to support it one day."
asp