You might be able to find one ready-made on the Internet. You could write
your own as well. It would have to be done using JavaScript and HTML. My
guess would be that it would use Divs for the most part. The scroll "groove"
would be an image. The slider would be a div that has event handlers for
onmousedown, onmousemove, and onmouseup. It would use CSS styles and
JasvaScript to move the slider.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
Thanks Kevin.
I already did that, but i don't know how to limit the slider to the table
limits without use absolute-position.
Can u help me?
This's the HTML:
<script language="javascript">
var Dragging = false;
var CurrentControl,CurrentControlY, CurrentControlYTemp;
Unfortunately, my HTML/JavaScript skills are somewhat rusty, as we have a
Graphics designer who handles that UI sort of thing. However, there might be
someone here who can, and there's always Google:
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.