I need to create a container DIV style that contains multiple other DIV\'s. It is asked that these DIV\'s wouldn\'t wrap if the browser window is resized to be narrow.
The min-width property does not work correctly in Internet Explorer, which is most likely the cause of your problems.
min-width
Read info and a brilliant script that fixes many IE CSS problems.