Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 6 of 6

This is a discussion on Need some CSS help in the Open Discussion & Chit-chat forum
I'm working on a design for a friend and am having some trouble with the design. The draft can be found here . For the ...

  1. #1
    JPC Addict DaisyJen's Avatar
    Join Date
    Mar 2003
    Location
    United States
    Posts
    127

    Need some CSS help

    I'm working on a design for a friend and am having some trouble with the design. The draft can be found here. For the life of me, I can't get the background to extend all the way down to the bottom. It's the container background that's not working correctly. I have tried using a br clear tag, but nothing I am doing is working.

    Can anyone take a look at the design and lend me some help? I'd be eternally grateful.
    Daisyhead - http://daisyhead.org
    Upsy Daisy Productions - http://upsydaisyproductions.com
    Where Creativity Blooms!

  2. #2
    || $name ne 'R.Stiltskin'
    Join Date
    Jun 2003
    Location
    Tejas
    Posts
    2,438
    Do you mean the #container item won't extend the whitespace down to the bottom of the page?
    Code:
    #container
    {
    width: 615px;
    /*height:730px;*/
    margin:0 auto;
    text-align: left;
    background: #fff url(images/con-bg.gif) top center repeat-y;
    }
    Try removing the /*height*/ constraint.

  3. #3
    JPC Addict DaisyJen's Avatar
    Join Date
    Mar 2003
    Location
    United States
    Posts
    127
    That's exatly what I mean! The white space in the container doesn't extend to the bottom of the page.

    I just removed the height constraint and it fixed it. Funny thing is, I don't even remember putting that in there. Strange! Sometimes it just takes an extra pair of eyes.

    Thanks so much for your help! :-)
    Last edited by DaisyJen; 11-30-2005 at 09:21 PM.
    Daisyhead - http://daisyhead.org
    Upsy Daisy Productions - http://upsydaisyproductions.com
    Where Creativity Blooms!

  4. #4
    || $name ne 'R.Stiltskin'
    Join Date
    Jun 2003
    Location
    Tejas
    Posts
    2,438
    You're welcome. Such are the perils of aging. You do, of course, remember the consulting fees, right?

  5. #5
    Loyal Client the_ancient's Avatar
    Join Date
    Feb 2004
    Posts
    3,386
    I dont know how many times I have looked over the same area of Code/CSS/HTML tring to figure out WTF a problem was, only to get frustrated and give up. Then come back in a few hours or the next day only find that it was staring me in the face the hole time


    very frustrating

  6. #6
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    Quote Originally Posted by the_ancient
    I dont know how many times I have looked over the same area of Code/CSS/HTML tring to figure out WTF a problem was, only to get frustrated and give up. Then come back in a few hours or the next day only find that it was staring me in the face the hole time


    very frustrating
    Such are the perrils of all things code...from COBOL to Java to PHP to HTML and CSS. The problem is usually so obvious that you can't see it.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

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
  •