ie7 floating problem

on my site jergerbau.de/jerger
there are two divs that should be placed next to each other
the logo-div and the one with the picture of the hand building a little wall
in firefox, safari and ie8 it works
but in ie7 the div with the picture is under the logo-div
i tryed to reproduce the ie7-probelm in cssedit and succeeded by deleting the float: left; in the layout.css
that’s why i think that it’s this floating that is missing in ie7

It’s a bit awkward debugging this just so you know.

But try this, it seems to work well, a few pixel differences but with your way of laying things out (trying to align images via margins to get them to seemlessly line up) it’d take a while getting every browser pixel perfect :wink:


#logo-title {float:left;width:auto;}

Sorry we were so slow in responding, Friday night. :slight_smile:

many thanks to your knowledge and very helpful answer

Glad it worked :). You’re welcome.