html - How do i apply scroll for long horizontal background image? -


i have simple html page looong (~8000px width) horizontal panorama image.

the image set in css background background-image:url('long_jpg.jpg');.

i need have scrollbar @ bottom of page able scroll whole background image.

how can css? can please give working example?

check working example http://jsfiddle.net/a9qvt/1/

.panorama {     width: 1280px;     height: 1024px;     background-image: url(http://www.designmyprofile.com/images/graphics/backgrounds/background0188.jpg); } 

Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -