Thread: CSS Div problem
View Single Post
  #2 (permalink)  
Old 09-29-05, 09:05 PM
Brandon@Cstone Brandon@Cstone is offline
Newbie Coder
 
Join Date: Sep 2005
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
The first thing I would do is try adding
Code:
clear: both
to home bottom. It looks like your float may be causing issues in firefox. Hopefully this won't change anything in IE, but I think you'll be fine. let me know if that works. If not I'll play with your code (there's a lot to skim through)
Reply With Quote