From: Manfred S. <man...@gm...> - 2003-02-16 14:30:02
|
hi, > echo "<table width=\"100%\"><tr>\n"; > echo "<td align=\"left\"><h3>$loc->sumSpeed: > ".number_format($geschwindigkeit,1,"","");."KB/s</h3></td>\n"; > echo "<td > align=\"right\"><h3>".number_format($allmbready,2,"","")."MB > $loc->ofAllmb ".number_format($allmb,2,"","")."MB > $loc->readyAllmb</h3></td>\n"; > echo "</tr></table>\n"; i've searched for another way to put the kb/s in the left and the sum in the right... i think its a good way, or? statusbar: > echo " <div style=\"width:100%; height:12pt; > position:relative;\">\n"; > echo " <img > src=\"themes/".$conf->theme."/percentback.gif\" > style=\"width:$value[prozent]%; height:100%; position:absolute; > left:0px; z-index:1;\">\n"; > echo " <span style=\"z-index:2400; position:relative; > left: 1pt;\">\n"; > echo " ".htmlentities($value[name])."\n"; > echo " </span>\n"; > echo " </div>\n"; it's terrible to fix the height to 12pt, but else the name of the files are not in the middle (vertical)... i've tested it for many times... perhaps another have a solution? so, i work on a automatically commit after finished downloading a file, with an yes/no in the config.inc it can be turn on respective turn off... i think it would be not a problem... greetz manfred |