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.

  1.  permalink
    I'm currently working on a tableless design. This is my first serious attempt to create a site without the use of tables. I was confronted multiple times with problems, but luckly solved them. Until this problem arose. The content part of the design jumps about 25 pixels downwards in Internet Explorer but stayes at the correct place in Firefox.

    The structure
    body
    - pholder
    - content_holder
    - submenu_holder
    - content (this part jumps around the 20 pixels downwards in IE)
    - footer

    The code and result can be found here

    I would appreciate your advise!

    Thanks!
    • CommentAuthoradmin
    • CommentTimeMay 4th 2006 edited
     permalink
    what you need to do is add float: left to your #content div


    #content {
    float: left;
    padding-left:32px;
    padding-top:29px;
    padding-right:31px;
    padding-bottom:24px;
    background:#F5F5F5 url('images/bc.gif') no-repeat scroll bottom left;
    }
  2.  permalink
    Thanks alot!

    But now I wondering why I should place float: left in the #content tag...
Add your comments
    Username Password
  • Format comments as (Help)