hi guys,
how to clear floats on div header?
here's my css
#header { clear: both; overflow: hidden; width: 940px; margin: 0 auto; padding: 0; }
#access { float: right; width: 300px; border-bottom: 0 none; }
#branding { padding: 0; float: left; width: 400px; }
on #header the overflow:hidden makes my drop-down menu half hidden. if i change overflow:visible it makes the content scroll to the right but it fixes the drop-down menu.