IE7 100% Width Problem
Friday, June 13th, 2008Problem - I’m floating a div left or right and trying to make it span 100%. It just expands to the width of the text inside the div and not across the width of the container that surrounds it. It only does this in IE7.
Solution - add overflow:auto;
