increase height of treadmill so as to display complete unit

increase height of treadmill so as to display complete unit

Dear Sir

please

http://prajaktasoftware.com/amogh/About-End2End-Financial

treadmill works fine
however the last div is not completely visible especially the bottom line 

Please help how do i increase the height by 2-3 pixels

my css
  1.  #mycontainer { max-width:710px; margin:2px auto;}
  2.  
  3.  .treadmill { /* main div  in which smaller div with class "treadmill-unit" are embeded */
  4. overflow: hidden;
  5.  
  6.   background-color:#;
  7.   padding:0 5px;
  8. }

  9. .treadmill-unit { /* Smaller div embeded in main (teadmill) div */
  10. overflow: hidden;
  11. position: relative;
My code

  1.   <div id="mycontainer"> <!-- div in which tradmill div is embeded -->
  2.              
  3.             <div id="mytreadmill" class="treadmill"> <!-- Main  tradmill div   -->
  4. <?php do { ?>
  5.             
  6.              <div class="treadmill-unit"> <!--  tradmill unit within mytreadmill div   -->
  7. <div style="width:100%;  border:1px solid #A7DDED;  background-color:#fffffff; border-radius:6px;  border:1px solid #A7DDED; margin-top:8px; border-bottom:3px solid  #A7DDED; border-right:2px solid #A7DDED; box-shadow:3px 3px 3px rgba(0,0,0,0.2);  " class="scrollbox"> 
  8.                          <table cellspacing="0" style="width:100%; background-color:#ffffff; border-radius:6px; ">
  9.   <tr>           
  10.     <td height="45" valign="top" style="padding-top:5px; padding-left:5px;"><div class="namebox"><span class="textred servicename"><?php echo  $srows['name'] ; ?></span></div></td>
  11.     <td width="45%" rowspan="4" valign="top" style="padding-top:2px; padding-left:5px;"><img src="<?php echo PATH. $srows['actualimage'];?>"style="border:5px solid #ffffff;  height:90px;"></td>
  12.     </tr>
  13.   <tr>
  14.     <td width="55%" valign="top" class="textregular" style="padding-left:5px; padding-bottom:5px;"></td>
  15.     </tr>
  16.   <tr>
  17.     <td height="50" align="left" valign="top"><?php echo  $lnk='';
  18.                   $lnk='';
  19.   $lnk=PATH."Product-Basket/".$srows['id']."/" .str_replace(array(' ', '.','&','(',')',',',':'), array('-', '-', '-', '-', '-','-','-'), $srows['name']);
  20.   ?> <a href="<?php echo $lnk;?>" > <div  id="viewimage"></div></a></td>
  21.   </tr>

  22. </table>
  23.                         
  24.                        </div>
  25. </div>
  26. <?php } while ( $srows = mysql_fetch_assoc($sResult));
  27. ?>
  28.  </div>  
  29.                   </div>
    • Topic Participants

    • vikas