so what I'm trying to do is build a progress bar using basic page elements with CSS.
http://tcll5850.proboards.com/thread/249/post-progress-bars-development
what I want to do is set a solid color selected multiple colors in a gradient based off the percent completed.
how can I do this??
I'm thinking to provide a hidden DIV styled with the gradient which I can get the current pixel position color from...
but I'm not sure how to do that...
I don't have any code yet...
the display is done using <span> and CSS ([class] and [style] provided by a plugin)
thanks :)