Why is IE causing Horizontal scrolling on my page?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • donpro

    Why is IE causing Horizontal scrolling on my page?



    Click on the "About Us" link at the top right. All is OK in Firefox
    but in IE 7, there's a horizontal scrollbar. At least, in my browser
    there is as others report it OK. When I remove the margin in the code
    below it is OK. Anyone know how I can fix this bet keep the margin as
    I want space between the text and borders

    #aboutUs_wrappe r {
    margin: 2em;
    padding: 0;
    text-align: center;
    }


    Thanks,
    Don
  • donpro

    #2
    Re: Why is IE causing Horizontal scrolling on my page?

    On Jun 26, 12:06 pm, donpro <donpro-2...@rogers.com wrote:

    >
    Click on the "About Us" link at the top right. All is OK in Firefox
    but in IE 7, there's a horizontal scrollbar. At least, in my browser
    there is as others report it OK. When I remove the margin in the code
    below it is OK. Anyone know how I can fix this bet keep the margin as
    I want space between the text and borders
    >
    #aboutUs_wrappe r {
    margin: 2em;
    padding: 0;
    text-align: center;
    >
    }
    >
    Thanks,
    Don
    LOL, I fixed it. IE and FLoats don't always play nice.

    Comment

    Working...