Advanced Search

Results 1 to 1 of 1

Thread: Page displays fine in IE8 but not in Firefox pushed to left

  1. #1
    Join Date
    Jul 2011
    Posts
    15
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Page displays fine in IE8 but not in Firefox pushed to left

    My page displays fine in IE8 but not in FF 5.0.1. (not allowed to upgrade the version of FF).

    Everything is pushed to the left. I have tried the various fixes
    /*this is to keep page from shifting to left on load in safari and firefox*/
    html { min-height: 100%; margin-bottom: 1px; }
    html { overflow: -moz-scrollbars-vertical !important; }

    or

    \#mainWrapper {
    float: left;
    }

    I cant provide a link as this is an internal website.

    Cant get it to work.
    Attached Files Attached Files

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
  •