View Full Version : CSS Background does not extend
gblasko
05-10-2006, 01:46 AM
I have a background set on a DIV ID = "outermaster" tag and it doesn't seem to extend the entire length of the page when viewed in FireFox. Does anyone have any suggestions?
http://www.pttiming.com/upcomingevents2.php
Thanks!
jscheuer1
05-10-2006, 08:11 AM
Your page doesn't validate (http://validator.w3.org/) and has tons of code, therefore it would be very difficult to determine exactly where the outermaster div actually ends. If that could be determined, then adding a division right before the closing </div> tag for the outermaster division that looks like so:
<div stlye="clear:both;"></div>
is a common solution. However, since I cannot find that spot in your code and am not certain that, even if I could, that this would work given the rest of your markup and style, I'd suggest validating your markup and style as a first step.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.