Hi Guys i want to add a scroll bar to my
User Tab so that i scroll for more users ,This is the code for the
User Tab of the script i am using
Top User Code
<div id="an_box_topmember">
<div class="an_btm_header"><span><strong>Top User</strong></span></div>
<div class="an_btm_content">
<ul>
Scroll Bar Code
<div style="width: 190px; height: 190px; overflow: auto; padding: 5px">
</div>
Where will i add the scroll bar code,Thanks all comments are welcome