Mon, 2003-12-29 17:53
The layout is tight in IE6 but when I open it up in fireBird there is a weird space above the main image. What makes it even stranger is that when I set a border on this element it collapses the space.
I have read about this problem but can't remember where or what the solution was. Does this sound familiar to anybody.
Tue, 2003-12-30 18:40
#1
Spacing Problems in FireBird/Mozzila
What is happening is the margin on the p tag is is being collapse in to your div. If you set your p {margin-top : 0; } you will see that it goes away. You maybe able to do something else to get around that spacing if you still want the margin-top to appear on your paragraphs.
Nice design by the way.
Tue, 2003-12-30 18:41
#2
Spacing Problems in FireBird/Mozzila
Here is a URL about this kind of problem called Margin Collapsing.
http://www.andybudd.com/blog/archives/000114.html