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.

    • CommentAuthor23things
    • CommentTimeMar 2nd 2007
     permalink
    Hi there,

    I am somewhat new to CSS so I hope you will forgive my question if it's a typical newbie question. :) I'm trying to help a friend with her site, you can see my work here. Upon viewing the site in IE6, she showed me a screenshot of the sidebar at the bottom of the page. I have since lost the screenshot and I can't see what is happening in IE7. Is it the sidebar CSS itself or something else causing this behavior in IE6? I used the List-o-Matic to build it and I added it to this stylesheet.

    Thank you in advance.

    -Carla
    •  
      CommentAuthordidats
    • CommentTimeMar 4th 2007
     permalink
    first thing is,
    you have to wrap your content area and sidebar area.
    what you did is,
    <div id="wrapper"><div id="content">....</div></div>
    <div id="navigation">....</div>
    <div id="extra">..</div>

    my suggestion:
    <div id="wrapper">
    <div id="content">...</div>
    <div id="sidebar">
    <div id="navigation">...</div>
    <div id="extra">...</div>
    </div><!-- /#sidebar -->
    </div><!-- /#wrapper -->

    after that, now you have to fix your css.

    ok, now about your problem.
    the sidebar going to the bottom because of your the rest of width didn't match with the sidebar width.
    the error only on ie6 maybe because of this:
    http://www.456bereastreet.com/archive/200612/internet_explorer_and_the_css_box_model/
Add your comments
    Username Password
  • Format comments as (Help)