SCROLLABLE CONTENT BOX
Permalink
If i could add a scrollable content without iframe it would be great.
But 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
But 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
you could just paste that css into a block or area Design panel's "additional css" field too.
This works great for IE8 and Firefox, but breaks IE6. Unfortunately we still have to support that old browser for now. Any ideas how to make with work with IE6? Further note: we are using the Office Space Theme, if that has anything to do with it.
hi,
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
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
http://websitetips.com/articles/css/scrollbars/
Chad
Chad
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
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
well...it sucks....but styling scroll bars with CSS is limited to say the least. lol
C
C
The scrollbar Add-On is very good. Also iPhone/iPad support and crossbrowser support.
http://www.concrete5.org/marketplace/addons/scrollbar/...
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;
}