L
Lloyd Sheen
I have a status bar which I use javascript to update with progress. I take
the duration of the event and calculate the % which is complete and then use
that as the width attribute for a <td>. There are two <td>'s, the first for
the completed progress and the second to hold the remaining time.
What I would like to be able to do is overlay the graphic (bar graph) with
text as to the amount of time passed and the duration of the event (eg
02:27 / 03:54).
Is this possible? The "progress meter" is part of a dragable panel (Ajax
toolkit).
Thanks
Lloyd Sheen
the duration of the event and calculate the % which is complete and then use
that as the width attribute for a <td>. There are two <td>'s, the first for
the completed progress and the second to hold the remaining time.
What I would like to be able to do is overlay the graphic (bar graph) with
text as to the amount of time passed and the duration of the event (eg
02:27 / 03:54).
Is this possible? The "progress meter" is part of a dragable panel (Ajax
toolkit).
Thanks
Lloyd Sheen