Spacing issue with my div

http://vismarkgroup.com/services.php

It looks pretty funky in ie, but good in FF

Check out the pheader3 div. I know that having a top margin of 470 is not the answer, but what is?

Thanks ahead of time!

Hi, browsers are a bit buggy if you try and use margins to seperate static content from floats, however if you set margins on the floats themselves, then this will work :).

Thanks Ryan!

Now how do I get the top margin to work? I want to bump it down a bit since it looks a little crammed. The margin-top:10px; isnt working right?

Thanks!

Hi, it’s just snagging on the floated elements, IE is wrongly clearing them because of haslayout :slight_smile:

Just set clear:both and then you have no need for the top margin :slight_smile:


#pheader3{clear:both;margin-top:0}