Scroll Bar Widget For Blogger / Blogspot - Add Scrollbar To Blogger Widgets
By Blog Templates
, in
Blogger Tips
,
0 Comments
In the previous article, I guide you how to add scrollbars to text widgets. In this one I will guide you how to add scrollbars to the any widget which you want.
As you know, every blogger's widgets are affixed an ID, such as the label widget below:
<b:widget id='Label1' locked='false' title='Blogger Templates' type='Label'>
Label1 is the ID of the widget. In order to add scrollbar for this widget, you simply add the following code before: ]]></b:skin>
#Label1{
height:200px;
overflow:auto;
}
200px is the height of the widget, you can adjust to suit your blog.
The results are as the picture above. Similarly you can do with the other widgets.





0 Response to "Scroll Bar Widget For Blogger / Blogspot - Add Scrollbar To Blogger Widgets"
Post a Comment