Forum Moderators: not2easy
i've a problem assigning a style to a form:
this is my code:
<td width="250">
<select style="width:250" class="input" disabled id="user" onchange="searchpwd()">
<option selected value="">Select an User</option>
</select>
</td>
i've tried to put my style in the td definition (class="name"),
in the option definition (class="name") but with no result
the stylesheet id correctly appplyed, in the normal html
it works, the problem are the dynamic elements (like this one)
that are loaded by the jsp
please help me
thanks anyway
andrea
There are certain compatibility problems with style text in drop-down lists. For example, IE will allow you to change the background colour, but will not apply any font styling - whereas, Mozilla does allow you to style the text.
I wonder if this is the problem here?