Pregunta

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!

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top