I have 3 divs:
-Float:left (fixed width)
-margin:0 auto; (uses min-width and max-width)
-Float:right (fixed width)
I wanted the middle DIV to fill the space between the other 2 DIVs however the middle DIV always go to the max width. (therefore it goes below the other 2 DIVs) How do you prevent it from doing that?