Posts: 377
Name: Venkat Raj
Location: Salem, South India
|
When floating elements you should clear it before placing other markups. use this after closing header div.
Code:
<br style="clear:both" />
(Better place CSS in CSS file  )
Alternatively you can add "clear:both" CSS rule in #menu style.
And it will be fine.
__________________
All the Buddhas of all the ages have been telling you a very simple fact: Be -- don't try to become.
Last edited by Kirtan : 03-29-2007 at 10:36 AM.
Reason: add content
|