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.

    • CommentAuthorAmigo_fd
    • CommentTimeApr 11th 2006
     permalink
    Hello,

    This is the link:
    http://www.atv.be/v3/hometest.aspx

    The left menu (#leftnav) looks ok in Firefox, but is shifted to the right in IE. Any ideas ? Thanks a lot !

    #leftnav {
    margin: 0;
    clear: left;
    float: left;
    margin-left: 20px;
    width: 170px;
    /* padding: 1em; */
    text-align: left;
    border: 1px solid gray;
    }

    Best regards,
    Frank
  1.  permalink
    Didn't see anything.
    • CommentAuthorAmigo_fd
    • CommentTimeApr 11th 2006
     permalink
    damn, ftp error ... but I've uploaded the page again !
    • CommentAuthorkloche
    • CommentTimeApr 11th 2006
     permalink
    This should fix it, instead of using the margin-left property to set the position use left

    <style>

    #leftnav {position: relative;
    margin: 0px;
    clear: left;
    float: left;
    left: 20px;
    margin-left: 0px;
    width: 170px;
    /* padding: 1em; */
    text-align: left;
    border: 1px solid gray;
    }
    </style>
    • CommentAuthorAmigo_fd
    • CommentTimeApr 11th 2006
     permalink
    yes indeed ! thanks a lot !!
    • CommentAuthorkloche
    • CommentTimeApr 11th 2006
     permalink
    sure, happy to help out
Add your comments
    Username Password
  • Format comments as (Help)