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
Post a Comment