css help
css help
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- Stugoo0
you need to clear your floats yo.
you can do this by either doing
#bg_wrapper {overflow:hidden;}or
i prefer to have a div that clears floats using this :.clear{clear:both; line-height:0px; font-size:0px; height:0px; padding:0px; margin:0px; border:none;}
put that in right before you close the #bg_wrapperd
- i think the clearfix solution above is cleaner than adding empty markupacescence