Coding graphical progress bar in php (overlay issue)
问题 So far I have the background working, and I have the % bubble floating on top of the bar working. Everything went smoothly using the PHP/GD functions. But I can't figure out how to add the yellow part. I mean, I could overlay solid color easily. But how would I go in showing that progress bar with vertical stripes, gradients, rounded border and inner shadows? 回答1: Actually, I found an example using php , javascript , and html here, you can also use the jquery implementation here. And here is