SCROLLABLE CONTENT BOX
PermalinkBut not simple, one with the option to:
1. change button images.
2. change background /tiles/ color/ transparent.
3. border color.
4. adjustable ease movements for content.
5. and more if you have any idea
like the one in image i attached, but more flexible
thats what i thought so far.
tommy
i try do put this 2 scripts but nothing happend.
this script was great:
max-height: 200px;
over-flow: auto;
overflow-x: hidden;
overflow-y: scroll;
But i also trying to color the scrollbar to black, do you know how ?
thanks
Chad
a minute before yuove replied i discovered this page in google.
i tried to aply some scripts from there but so far no luck.
i dont know why, i just want the scrollbar to be nicer. im still trying.
thanks again
C
http://www.concrete5.org/marketplace/addons/scrollbar/...
And then in your style sheet put something like:
.scrollcontent {
background-color: #999;
float: right;
height: 400px;
width: 300px;
overflow: scroll;
}