Why don't my footers work?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kusamura Bonsai

    Why don't my footers work?

    It is probably something stupid but I can't figure it out. Would someone
    take a look at my website -- http://www.gsbf-bonsai.org/kusamura/
    and tell me why my footer doesn't layout properly?


    I'm using <div id="credits"> where credits is defined as:
    #credits {
    position: absolute;
    bottom: auto;
    }

    I stole this from some webpage that worked, but my "credits" wind up
    several inches above where they should be. I'm having to fake it by
    adding a lot of <p>&nbsp;</p> to the divs above.

    Thanks in advance for your help!
    Dave Curbow
    Webmaster for Kusamura Bonsai Club
  • Arne

    #2
    Re: Why don't my footers work?

    Once upon a time *Kusamura Bonsai* wrote:[color=blue]
    > It is probably something stupid but I can't figure it out. Would someone
    > take a look at my website -- http://www.gsbf-bonsai.org/kusamura/
    > and tell me why my footer doesn't layout properly?
    >
    >
    > I'm using <div id="credits"> where credits is defined as:
    > #credits {
    > position: absolute;
    > bottom: auto;
    > }
    >
    > I stole this from some webpage that worked, but my "credits" wind up
    > several inches above where they should be. I'm having to fake it by
    > adding a lot of <p>&nbsp;</p> to the divs above.
    >
    > Thanks in advance for your help!
    > Dave Curbow
    > Webmaster for Kusamura Bonsai Club[/color]

    Validate your HTML first (380 errors at the moment)


    And then validate your CSS


    Then come back if you still have problems :)

    --
    /Arne

    Top posters will be ignored. Quote the part you
    are replying to, no more and no less! And don't
    quote signatures, thank you.

    Comment

    • Beauregard T. Shagnasty

      #3
      Re: Why don't my footers work?

      Kusamura Bonsai wrote:[color=blue]
      > It is probably something stupid but I can't figure it out. Would
      > someone take a look at my website --
      > http://www.gsbf-bonsai.org/kusamura/ and tell me why my footer
      > doesn't layout properly?[/color]

      Before I could look at your footer, I had to download the page. Then I
      found out it is over a MEGABYTE in size. Fortunately, I have a 5mbps
      cable connection. Visitors on dialup will be long gone. You really
      need to fix those images before you do anything else. Each should only
      be 20-30KB at most.

      Web Page Analyzer – 0.98 – from Website Optimization Free Website Performance Tool and Web Page Speed Analysis Try our free web site speed test to improve website performance. Enter a URL below to calculate page size, composition, and download time. The script calculates the size of individual elements and sums up each type of ... Read more


      --
      -bts
      -This space intentionally left blank.

      Comment

      • Kusamura Bonsai

        #4
        Re: Why don't my footers work?

        Thanks for the pointers!

        Dave

        In article <3cmcmuF6njqg9U 1@individual.ne t>,
        Arne <invalid@domain .invalid> wrote:
        [color=blue]
        > Once upon a time *Kusamura Bonsai* wrote:[color=green]
        > > It is probably something stupid but I can't figure it out. Would someone
        > > take a look at my website -- http://www.gsbf-bonsai.org/kusamura/
        > > and tell me why my footer doesn't layout properly?
        > >
        > >
        > > I'm using <div id="credits"> where credits is defined as:
        > > #credits {
        > > position: absolute;
        > > bottom: auto;
        > > }
        > >
        > > I stole this from some webpage that worked, but my "credits" wind up
        > > several inches above where they should be. I'm having to fake it by
        > > adding a lot of <p>&nbsp;</p> to the divs above.
        > >
        > > Thanks in advance for your help!
        > > Dave Curbow
        > > Webmaster for Kusamura Bonsai Club[/color]
        >
        > Validate your HTML first (380 errors at the moment)
        > http://validator.w3.org/check?uri=ht...rg%2Fkusamura%
        > 2F
        >
        > And then validate your CSS
        > http://jigsaw.w3.org/css-validator/v...ww.gsbf-bonsai.
        > org%2Fkusamura% 2F&warning=1&pr ofile=css2&user medium=all
        >
        > Then come back if you still have problems :)[/color]

        Comment

        Working...