Why does my floated left div go to the next line in IE6 using the 960.gs?
问题 I'm using the 960 grid system to make a site (www.960.gs). I have a 9 column wide div (grid_9) with two divs inside it (grid_5 and grid_4). This is meant to yield one large outer div with 2 internal divs sitting side by side inside of it. However when viewed in IE6 it displays as one larger div with two internal divs, one below the other. In Firefox the divs sit next to each other, as they are meant to, and the same setup works fine in other parts of the site. What is going on? I can't work