views:

183

answers:

1

Hi, i'm trying to get min-width to work on ie7, funny thing is it works correctly on ie6 using this script http://code.google.com/p/ie7-js/ but it doesn't work on ie7 even with the ie8 or ie9 scripts from the same site, any ideas on how to make this property work on a SELECT input?

thanks in advance.

A: 

Without showing any markup, it's impossible to guess. Is your markup working in the modern browsers (Firefox/Chrome/Safari/Opera)?

Rob
No need to show any markup, i'm trying to make this property work on ie7, not in modern browsers, just apply min-width to a <select> and you'll see it doesn't work. Search on microsoft's msdn and you'll see it's supposed to work on absolutely positioned elements, floated block-level elements with a specified width and all the blah... and i couldn't find an answer googling the whole internets! >:(
reg3n
The point of looking in the other browsers was to prove that it worked at all but you catch me when I don't have a Windows PC handy.
Rob