i m about designing my personal page and i'd like to know if there's anyway i can create a scrollbar between a <div> tag using CSS?? is there anyway i can use only arrows?? (transparent scroll only arrows that shows) thank you
not sure about transparent scrollbar but you can make it the same color as the background or create a flash one.
If you specify the div height and if your content in the div is of more height than the specified height there will be a scrollbar automatically.
I am interested in that kind of scroolbar, like in winamp, when you have the chance to chage the backgraound in transparent.!!!!!!!!!!!!
Yes very much. Check out some of the articles where you have code snippets of more than 30-35 lines like in Form validation with PHP & JavaScript
You can use CSS to create a scrollable box. Consider this source code: <div style="width: 190px; height: 190px; overflow: auto; padding: 5px"> content in here </div>