I think this is what u need :
http://www.dynamicdrive.co
Cristy
Main Topics
Browse All TopicsI am trying to use a scrolling div in a cell within a table on my site. It works fine, but wondered how to go about using a custom graphic scrollbar, explained as simply as possible, or code examples given. That is a custom bar as well as custom arrow-up and down.
I would also like the contents of the cell to start scrolling on mouseover the arrow-up or arrow-down but do not know what to look for in learning how to do so.
I have placed in between my HEAD tags:
<style type="text/css" media="screen">
<!--
.scroller {
display:block;
position:relative;
width: auto;
height: 50px;
margin:0;
padding:5px;
background:inherit;
color:inherit;
overflow:auto;
}
-->
</style>
then
<div class="scroller"></div> within the cell where I have placed the scrollable content (a table).
Any help would be more than welcome!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I think this is what u need :
http://www.dynamicdrive.co
Cristy
Try the following CSS attributes in the CSS definition of the scrollable DIV. Not sure if it will work for a <div>, but it works with the body element in IE. It doenst seem to work in Firefox, maybe it will set you on the right path.
scrollbar-arrow-color:#003
scrollbar-base-color:#5c8c
scrollbar-3dlight-color:#0
scrollbar-darkshadow-color
scrollbar-highlight-color:
scrollbar-shadow-color:#5c
Cheers!
-Mark
Hi freespirit,
Take a look at this:
http://www.dyn-web.com/dht
At that site, you can download all the code from a link on the left.
..they have instructions for onmouseover in a table cell:
http://www.dyn-web.com/dht
(hover your mouse over the small arrows and see the scroll)
Business Accounts
Answer for Membership
by: cristy56Posted on 2004-09-30 at 00:17:17ID: 12187618
You can try to use Javascript to do the " start scrolling on mouseover the arrow-up or arrow-down" effect.
m
go to http://www.dynamicdrive.co
there are lots of scripts teaching u how to use JS to made scrolling content effect.
Regards,
Cristy