Scrolling Text content

Permalink 1 user found helpful
Is it possible to set a fixed height for a content block and to have a scroll bar for that text?

Thanks

pvernaglia
 
Tony replied on at Permalink Reply
Tony
if you open up the "design" panel for that block, then click the "CSS" tab, and enter something like this:

max-height: 200px;
over-flow: auto;
overflow-x: hidden;
overflow-y: scroll;
tommy replied on at Permalink Reply
and if i wanna add costum color to the scroll-bar
what would be the way.
i tried something but it didnt work, can you wright an example.
nteaviation replied on at Permalink Reply
nteaviation
This works great in IE8 and Firefox, but breaks in IE6.
Mikas replied on at Permalink Reply
Mikas
So helpful! that was exactly what I was looking for. Thank you for that post! :)