If you want to make scroll in your widget blog, you can use this tutorial:
The First Way:
If use widget HTML/JavaScript you can use script bellow :
The second way:<div style="overflow:auto;width:100%;height:200px;padding:0px;border:0px solid #eee">You link or writing here
</div>
If you use widget like label, archive, or other you can use this tutorial.
- Widget Label = Label1; Label2; Label3, and so on
- Widget Blog Archive = BlogArchive1; BlogArchive2; BlogArchive3, and so on
search ]]> in your code template, copy paste this script above:
#Label1 .widget-content{
height:200px;
width:auto;
overflow:auto;
}
May be useful.
0 komentar:
Post a Comment
Give me your comment