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
Thanks
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.
what would be the way.
i tried something but it didnt work, can you wright an example.
This works great in IE8 and Firefox, but breaks in IE6.
So helpful! that was exactly what I was looking for. Thank you for that post! :)
max-height: 200px;
over-flow: auto;
overflow-x: hidden;
overflow-y: scroll;