Connecting Tech Pros Worldwide Help | Site Map

Why is IE causing Horizontal scrolling on my page?

  #1  
Old June 27th, 2008, 08:20 PM
donpro
Guest
 
Posts: n/a
https://testbed.odysseyshipping.com/

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_wrapper {
margin: 2em;
padding: 0;
text-align: center;
}


Thanks,
Don
  #2  
Old June 27th, 2008, 08:20 PM
donpro
Guest
 
Posts: n/a

re: Why is IE causing Horizontal scrolling on my page?


On Jun 26, 12:06 pm, donpro <donpro-2...@rogers.comwrote:
Quote:
https://testbed.odysseyshipping.com/
>
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_wrapper {
margin: 2em;
padding: 0;
text-align: center;
>
}
>
Thanks,
Don
LOL, I fixed it. IE and FLoats don't always play nice.
Closed Thread