Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorsandbox
    • CommentTimeMay 12th 2007
     permalink
    I recently started working on a new personal design called recyclmedia. However, i have already encountered a problem. I am trying to align the footer on the bottom of the page, so it is fixed to the bottom no matter how much i scale the page. Whenever i scale the page to a certain dimension on my screen, the header (title h1, h2 and lists) begins to overlap with the main content. I would like to have it so that, as soon as that certain minimal dimension has been reached, the y-axis will begin to overflow and and the header and main content wont overlap. I was hoping to do design this site with a tabless and divless format, but I am coming to realize that doing so would be nearly impossible, especially if I want to obtain these certain specifications. Right now, I have it temporary set up so that the header stuff is just below the main content. Any suggestions on a ways i could go about achieveing these specific design specifications? should i be looking into javascript to solve this problem?
    • CommentAuthorsquawk
    • CommentTimeMay 13th 2007
     permalink
    Sounds like you need this for your footer: http://ryanfait.com/sticky-footer/
    About the overlapping, don't use absolute positioning. Use relative positioning and let the elements 'fall' under each other. You can still use margins and paddings to adjust the spacing. The actual order of the page elements should be done in html, preferably semantically.
    • CommentAuthorsandbox
    • CommentTimeMay 13th 2007
     permalink
    thankyou so much for the suggestion, squawk. Im going to look into this footer method right now and see if this solves my problem///
    • CommentAuthorsandbox
    • CommentTimeMay 13th 2007
     permalink
    perfect! going to implement this right away...
    • CommentAuthorPettyRider
    • CommentTimeMay 13th 2007 edited
     permalink
    and divless format
    Unless your site's content is super simple and falls under one specific group, I don't see the point in going "divless"

    What will that achieve?
Add your comments
    Username Password
  • Format comments as (Help)