PDA

View Full Version : How to create a widget or forum block with a scroll bar?


victorvu
10-17-2011, 04:14 AM
Ladies and Gents

Due to limited spaces on the page, does anyone know how to built a widget or forum block with a scroll bar vertically? This would come in very handy when fitting CMS widget, forum widget/forum block and blog widget on same page.

Thanks for your help.

Victor:confused:

Lynne
10-17-2011, 03:37 PM
Just add something like:
#sidebar_container .blockrow {height: 100px; overflow: scroll;}

If you only want it for the one, then give the block a custom class and call it that way.

victorvu
10-17-2011, 04:24 PM
Just add something like:
#sidebar_container .blockrow {height: 100px; overflow: scroll;}

If you only want it for the one, then give the block a custom class and call it that way.

Lynne:

Thanks.

Does VBulletin have manual that teach this stuff?

It is slowly coming back to me since I vanishing programming a long time ago, but it is not bad though so far for me .

Victor:up:

Lynne
10-17-2011, 04:44 PM
The vBulletin manual does not teach CSS which is all that I wrote.