Looks almost identical to me as the Unhooked Slider on:
http://www.dynamicdrive.com/dynamici...kwave/demo.htm
And depending upon the browser, that's fine or not so fine. This is the first time I've looked at this script. It's apparently not optimized for IE at all. It's behavior seems erratic in Opera. Chrome and Firefox seem to support it fairly well.
Anyways, try adding the highlighted to your styled for the container:
Code:
#container {
width:960px;
margin:0px auto;
padding:10px;
height:500px;
background-color:#eee;
z-index: 0;
position: relative;
}
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks