Scroll Box Widget

Looking for the way to make you widget can scroll ?? Size of you widget too big ??

Don't worry.Scroll Box can be used with any widget that you want as long as it using HTML code .


widget with Scroll Box

Step

1. Dashboard Design Add a Gadget HTML/Javascript
2.Then,put the widget code like below

        
                      <div style="width:400px;height:200px;overflow:auto; ">
                      WIDGET CODE HERE
                      </div>


3. Copy the widget code in WIDGET CODE HERE .Change the width and height with appropriate 
    size . Then save it.


  

Comments