I have a page with some divs that have a width of 800px and margin: 0 auto to center them.
One of the divs contains an image and the rest of the div is empty, in IE8+ it looks as well as all other browsers, but in IE7 the empty area of the div takes space and throws other elements off their place,
is there a quick solution for making the empty area of the div not take space?
the reason I have to keep the blank area is that the fixed with and margin: 0 auto make the picture align with the other divs that have the same width.
thx in advance!