Reputation: 12852
I would like to apply min-width
for asp:ListBox
in IE 7. How can I do it? As the MSDN Docs says, min-width
is supported in IE 7. But it is not working. Any alternative methods ?
Upvotes: 0
Views: 329
Reputation: 819
http://blog.throbs.net/2006/11/17/IE7+And+MinWidth+.aspx. This is a nice post that explains what needs to be done.
Upvotes: 1