This code:

<select>
    <OPTION value="Aston Martin">Aston Martin</OPTION>
    <OPTION value="Alfa Romeo">Alfa Romeo</OPTION>
    <OPTION value="Volkswagen">Volkswagen</OPTION>
</select>

...renders this:

enter image description here

If you use IE8 and press ctrl + '+' three times to zoom in you get this:

enter image description here

The box is not resizing. If you make IE8 go into "compatibility view" it grows the box (but when zooming out, it does not shring the box...).

Is there any way of not having to go into companibility view and still have the box resize itself on zoom? Compatability view comes with some other problems...

Thanks!

有帮助吗?

解决方案

Yes, provide IE8 users with the following link: http://browsehappy.com/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top