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

1 Attachment

 
hbartlett replied on at Permalink Best Answer Reply
hbartlett
You do that in your css, and can add another C5 content area in your page for it. Something like:

<div class="scrollcontent">
<?php 
$a = new Area('Scroll Box');
$a->display($c);
?>
</div>


And then in your style sheet put something like:

.scrollcontent {
background-color: #999;
float: right;
height: 400px;
width: 300px;
overflow: scroll;
}
Tony replied on at Permalink Reply
Tony
you could just paste that css into a block or area Design panel's "additional css" field too.
nteaviation replied on at Permalink Reply
nteaviation
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.
tommy replied on at Permalink Reply
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
RadiantWeb replied on at Permalink Reply
RadiantWeb
http://websitetips.com/articles/css/scrollbars/

Chad
tommy replied on at Permalink Reply
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
RadiantWeb replied on at Permalink Reply
RadiantWeb
well...it sucks....but styling scroll bars with CSS is limited to say the least. lol

C
mirjamk replied on at Permalink Reply
mirjamk
The scrollbar Add-On is very good. Also iPhone/iPad support and crossbrowser support.

http://www.concrete5.org/marketplace/addons/scrollbar/...