I would like the arrowed scroll image to scroll with the scrollbar, horizontally to the right. Is this possible?
Please refer to this page:
http://www.freewebs.com/testpractic/...al-scroll.html
CSS here:
http://www.freewebs.com/testpractic/web-horizontal.css
CSS code for the scrollbar image highlighted:
#content-scroll {
position: absolute;
margin-left: 0px;
margin-top: 275px;
display: block;
width: 934px;
height: 32px;
background: url('scroll-1.gif');
}
Thank you.
Bookmarks