hi all, I want to change the div height dynamically. Temporarily i given scroll bar for that. And i want to change the scroll bar's color. i tired with body {scrollbar-base-color:#369;} but not working. can any one help me? Thanks in advance.
The scrollbar stuff only works in IE as far as I know. Take a look at this: http://javascript.internet.com/page-details/scrollbar-color.html Dynamic div height could be possible with: #yourdiv { height: auto; . . . } Code (markup):