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> </p> to the divs above.
Thanks in advance for your help!
Dave Curbow
Webmaster for Kusamura Bonsai Club
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> </p> to the divs above.
Thanks in advance for your help!
Dave Curbow
Webmaster for Kusamura Bonsai Club
Comment