I am looking to set the select tag and the option tags to seperate widths in order to mimic the select tags behavior in other browsers besides IE6.0.
<select style="width:100px;">
</select>
<option style="width:200px;">One long option item</option>
<option style="width:200px;">Other option items</option>
<option style="width:200px;">Other option items</option>
Any body know if this is possible. So far, signs point to no.
thanks, JJ







Bookmarks