CSS Question: layout fine in IE & Opera, broken in FF
Posted: Fri Nov 16, 2007 11:01 am
Here's a strange one: for once, IE displays this right, but FF has a problem, Opera is fine, Safari (on Windows XP SP2) has the same prob FF has:
The table in the div is breaking out of the layout and I have no clue why:
http://dev.carfreewalks.org/walks/30/fa ... _ambleside
I've removed the table in question (most of it), but it had no effect. The table itself doesn't have a style assigned to it.
The only CSS I that really applies is:
and the margin shouldn't really be the culprit as that only applies to the parent-div.
It all looks fine in http://dev.carfreewalks.org/ (but there's no table involved).
Anyone have an idea? Would be most appreciated.
Thanks
patrikG
The table in the div is breaking out of the layout and I have no clue why:
http://dev.carfreewalks.org/walks/30/fa ... _ambleside
I've removed the table in question (most of it), but it had no effect. The table itself doesn't have a style assigned to it.
The only CSS I that really applies is:
Code: Select all
.content, #content {
background: url(../graphics/background_content_bottom.jpg) #FFFFFF repeat-x bottom;
border-left: 2px solid #F0F0F0;
border-right: 2px solid #F0F0F0;
line-height: 1.5em;
margin: 0 160px 5px 160px;
padding: 0px 10px 10px 10px;
text-align: justify;
}
It all looks fine in http://dev.carfreewalks.org/ (but there's no table involved).
Anyone have an idea? Would be most appreciated.
Thanks
patrikG