0

I got a select, in which the select area don't grow automathicatly. In chorme, and firefox does.

How can I fix it?

IE case: IE case:

Chrome case: Chrome case

Tarlak
  • 55
  • 5
  • Can you post the select source code as an example? Also, if you have this live on a site, that too would help. – Chris Oct 06 '11 at 15:14

1 Answers1

1

Take a look at this article here. It's a problem with IE and you basically have to fix it with javascript.

For a similar question with answer (and code) check this StackOverflow post.

And for good measure... here is a jQuery plugin meant to solve just this issue in IE 6/7/8.

Community
  • 1
  • 1
Bengel
  • 1,043
  • 7
  • 12
  • It's the same sort of issue between the browsers, so it should world for all of them. I updated my post and added some other resources. – Bengel Oct 06 '11 at 15:56
  • Sorry but, don't work, the width: auto is not a solution for IE8. I fixed it using a double div component. Cheers – Tarlak Oct 07 '11 at 07:39