Results 1 to 6 of 6

Thread: Extra space created at bottom of page

  1. #1
    Join Date
    Jan 2006
    Location
    Ontario, Canada
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Extra space created at bottom of page

    1) Script Title:
    AnyLink CSS Menu v2.0

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...anylinkcss.htm

    3) Describe problem:
    I did a quick search and haven't seen other issues like this, I'm sure it's a CSS problem, but I can't see where/how. For some devilishly gnomish reason the init script at the bottom of the page is creating a lot of height at the bottom of the page. When I remove the script call it of course goes away. Which doesn't happen to your demo pages, so I'm stumped, and could use another pare of eyes. -tnx

    Test url... (temp location)
    http://office.eliquid.com/0159/final/financing.html
    Last edited by finalen; 01-27-2009 at 04:49 PM. Reason: resolved

  2. #2
    Join Date
    Jan 2009
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    quite good but what could it be used for?

  3. #3
    Join Date
    Aug 2006
    Posts
    235
    Thanks
    30
    Thanked 2 Times in 2 Posts

    Default

    have you tried putting/adding

    Code:
    padding-bottom:-422px!important;
    just add that to the body section of your stylesheet
    that should do the trick
    ------------------
    Check out my site here and let me know what you think

  4. #4
    Join Date
    Jan 2006
    Location
    Ontario, Canada
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Code:
    margin-bottom:-422px !important;
    Thanks, the above applied to my outer most div would appears to be a temporary fix, but doesn't really reveal the problem.

    I had taken a look with Firebug and that couldn't pick out any misbehaving div's to create this effect either.

    /boggle

  5. #5
    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

    You left this out of your stylesheet:

    Code:
    .anylinkshadow{ /*CSS for shadow. Keep this as is */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99; /*zIndex for shadow*/
    background: black;
    visibility: hidden;
    }
    - John
    ________________________

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

  6. #6
    Join Date
    Jan 2006
    Location
    Ontario, Canada
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That did the trick, thanks.

    I hadn't noticed that rule when I removed the un-used classes. (multi-cols)

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
  •