|
A lot of talented coders has a problem with display efficiency ;) So did you, a great job writing this.
A have one advice though, you could use
<div style=\"margin-left:33px; width:140px; height:20px; text-align:center; background-image:url('" + IMAGE_URL + "/bgmedium.gif'); font-family:arial; text-size:12pt; font-weight:bold;\">Running Missions</div> ";
instead of
<table align=\"center\" style=\"width: 150px; background-image:url('" + IMAGE_URL + "/bgmedium.gif');\"><tr><td align=\"center\" style=\"font-family: arial; text-size: 12pt;\"><b>Running Missions</b></td></tr></table> ";
Tables render longer than divs from my observations, but i agree that you used table for the panel as whole!
Again, great script!
|