Strange layout behaviour
- by andrii
I am a little bit confused. Here is an small web page.
There are two main div-s: top and mainBlock.
First contain image. The problem is that firebug shows that div#top's height is equal to 0 and because of that the next div mainBlock moves up. If I would delete this peace of code:
div#logo{
float: left;
}
everything will start working fine…