View Full Version : Nested <DIV> in Safari/Firefox not working...
dougdrury
01-31-2008, 09:57 PM
I have a site that looks great in IE7, IE6... but not in Safari or Firefox. It used to look good in Safari, but I am sure I screwed it up with some CSS change. The main layout table moves outside the page div.
Link to the page: http://www.symphonyreg.com/
Link to the CSS: http://www.symphonyreg.com/css/main.css
I have run it through the W3C validator and it passes all green.
Can anyone give me any pointers?
Thank you,
Doug
dougdrury
01-31-2008, 11:35 PM
I have a site that looks great in IE7, IE6... but not in Safari or Firefox. It used to look good in Safari, but I am sure I screwed it up with some CSS change. The main layout table moves outside the page div.
Link to the page: http://www.symphonyreg.com/
Link to the CSS: http://www.symphonyreg.com/css/main.css
I have run it through the W3C validator and it passes all green.
Can anyone give me any pointers?
Thank you,
Doug
I fixed the overflow to the right by using clear:left on the table. But now, I have this huge white space above the table. Any thoughts?
Thats because you have this:
<div class="topDivider"></div>
And your css is:
.topDivider {
background-color: #4F849D;
width: 100%;
height: 5px;
border-bottom: 1px #919191 solid;
}
Whats the top divider for?
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.