overlong image header, but how to only show horizontal scrollbar on body content?

Posted by David on Stack Overflow See other posts from Stack Overflow or by David
Published on 2010-03-12T11:50:14Z Indexed on 2010/03/12 11:57 UTC
Read the original article Hit count: 151

Filed under:
|
|
|

hi,

I have a 4000px width image slap on the header of my site. for now, the way I hide the horizontal browser scrollbar is with this:

html {
overflow-x: hidden; }

Unfortunately that will make the horizontal scrollbar never appear. I would the browser scrollbar to appear when the main content of my site is hidden from view.

What is the technique/style for this?

Thanks

© Stack Overflow or respective owner

Related posts about css

Related posts about html