M
Miguel Dias Moura
Hi,
I allways have problems with form elements.
I was creating a design where I want a drop down list width to be 100%
of the width of the div where it is placed.
<div id="myDiv">
<asp
ropDownList ID="search" runat="server" Width="100%">
</div>
The CSS is:
#myDiv {width=200px;}.
It works in IE and doesn't work with Firefox. Why?
Forms and its elements make me crazy all the time.
Testing it for both browsers made it even worse.
Thanks,
Miguel
I allways have problems with form elements.
I was creating a design where I want a drop down list width to be 100%
of the width of the div where it is placed.
<div id="myDiv">
<asp

</div>
The CSS is:
#myDiv {width=200px;}.
It works in IE and doesn't work with Firefox. Why?
Forms and its elements make me crazy all the time.
Testing it for both browsers made it even worse.
Thanks,
Miguel