View Single Post
  #1 (permalink)  
Old 06-23-2009, 07:43 AM
yesfree yesfree is offline
Junior Babbler
 
Join Date: Jun 2009
Posts: 5
yesfree has no reputation at Website Babble yet.
Default Help With Scroll Bar

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

Last edited by yesfree; 06-23-2009 at 08:05 AM.
Reply With Quote