How to prevent horizontal scroll bars in browser window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • icancreate

    How to prevent horizontal scroll bars in browser window

    Anyone know how I can achieve the following. I want to place an animated banner into my homepage that extends beyond the width of the viewing area in the web browser without the browser displaying a horizontal scroll bar. Any ideas? My homepage is centered in the browser window with a fixed width of 960pixels wide.
  • londres9b
    New Member
    • Apr 2010
    • 106

    #2
    It's very simple, just add this in your CSS:

    Code:
    html {overflow-x: hidden;}
    hope it helps ;)

    Comment

    Working...