How To Scroll Your Label Blogger

How To Scroll Your Label Blogger..

If my friend interested in creating scrolling labels are like on the bottom left of this blog, my friend can follow these tips: 

Label/Category with Scroll
- Login Blogger >> Design >> Lay Out >> Add Gadget >> Label >> Save
- Design >> Edit HTML >> Klik On Expand Widget Templates
  • Find this kode ]]> 
  • Put this code just before ]]>
#BlogLabel1 .widget-content{
    height:300px;
    width:auto;
    overflow:auto;
    }




More details will be changed to the following:# Label1. Widget-content {
    
height: 300px;
    
width: auto;
    
overflow: auto;
    
}]]>


Change the color of red numbers to adjust the length of the desired area.

Save Templates