Results 1 to 2 of 2

Thread: CSS Background does not extend

  1. #1
    Join Date
    May 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Background does not extend

    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!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Your page doesn't validate 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:

    Code:
    <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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •