Skip to main content
edited body
Source Link
sandeep
  • 93.2k
  • 24
  • 140
  • 156

You have to clear your float like this:

div.header { background-color: #E7E7E7; min-width: 1010px; overflow: hidden; } 

Write now there are three floated child DIV's inside you ..header DIV which need to have clear. So, write overflow:hidden in your .header.

You have to clear your float like this:

div.header { background-color: #E7E7E7; min-width: 1010px; overflow: hidden; } 

Write now there are three floated child DIV's inside you .header DIV which need to have clear. So, write overflow:hidden in your .header.

You have to clear your float like this:

div.header { background-color: #E7E7E7; min-width: 1010px; overflow: hidden; } 

Write now there are three floated child DIV's inside you .header DIV which need to have clear. So, write overflow:hidden in your .header.

Source Link
sandeep
  • 93.2k
  • 24
  • 140
  • 156

You have to clear your float like this:

div.header { background-color: #E7E7E7; min-width: 1010px; overflow: hidden; } 

Write now there are three floated child DIV's inside you .header DIV which need to have clear. So, write overflow:hidden in your .header.