Results 1 to 2 of 2

Thread: two column layout IE v. Firefox

  1. #1
    Join Date
    Apr 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default two column layout IE v. Firefox

    In need of help because i'm really annoyed:

    the problem lies around this piece of code:

    #wrapper {
    position: relative;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 770px;
    }

    #nav_panel {
    position: absolute;
    top: 0;
    left: 0;
    width : 175px;
    text-align : center;

    }

    #content_panel {
    text-align : left;
    margin-left: 165px;
    }

    In IE these two columns will both be aligned across the top of the page while in firefox the content_panel column will have a space at the top that I CANNOT get rid of...it's something that I feel like I've been working on for days and I just need to know how to solve this.

    Thanks

  2. #2
    Join Date
    Apr 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    you know what folks I figured it out...i'll let you know if something goes haywire..

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •