Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Great script. Just Giving my two cents: put all the images reference in a variable, so that if using an image pack you can point it to the right image
// Image locations var ImagePackLocation = 'file:///V:/Pardus/ip/working/'; [...] rc_html = rc_html + " <td style=\"background-image:url('"+ImagePackLocation+"clock.png');background-repeat:repeat-y;background-position: 0px 0px; height: 28px; overflow: hidden;\">";
This is the result: http://www.uncledan.it/pardus/Pardus_1223138743... |