If you want to make a fixed size of your <SELECET ...> in IE you can
do it like this:

   <SELECT NAME="aname" STYLE="width : 250px">
           <OPTION VALUE="a">a
           <OPTION VALUE="b">b
           <OPTION VALUE="c">c
           <OPTION VALUE="d">d
   </SELECT>

or use 100% to make the box be as wide as the container it is within.



Kind regards,
    Morten Winkler



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to