Advertisement
droidus

Untitled

Jun 4th, 2011
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.46 KB | None | 0 0
  1. <div id="outerPercentContainer" style="width: 1000px; background-color: #000; border-style:solid; border-width:1px; position:relative;">
  2. <div id="text" style="width:100%; text-align:center; color:#000; z-index:4; position:absolute;">
  3. <?php echo $usagePercent; ?>% used (<? echo $mb ?> bytes of 500mb)
  4. </div>
  5.     <div id="actualPercentage" style="width: <?php echo $usagePercent; ?>%; background-color:#63F; z-index:3; position:absolute;">
  6.     </div>
  7.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement