Quote:
Originally Posted by jimfries
Well, if you look at Tankspot.com, they have two news blocks on the top of their Home Page, both with scrollbar's, that keeps the stories in a neat simple area. That is what I'm attempting to achieve.
|
Yup, it's easy for you. Just take that widget, find the class or id control its style. Then add after {
Code:
height: (N)px;
overflow: scroll;
Replace the (N) within your wanted height. The code mean if the content flow out that height, it will add scroll.