Forum Moderators: not2easy
<div id="quicksearch">
<form id="form1" name="form1" method="post" action="/form">
<select name="size" style="width:90%" class="listmenu">
<option value="1">My First Option</option>
<option value="2">My Second Option</option>
</select>
</form>
</div>
#quicksearch form option {
width:300px;
}
/////////////
When I look at this form is Firefox...my option's are the correct width (300px). However, when I look at my option elements in IE the width is the same as my select element. I can't increase the size of my select element..it's as big as my template will allow. Is there anyway is CSS that I can get my option elements to be wider than my select element...in IE?
Thanks
Thanks