I'm trying to create a progress bar that counts downwards from top to bottom. I can get it to work if I use a color for the fill and background, but not if I use the "default" image. To get it to work with the colors, the bar needs to have the "Empty Bar" checked.
When I look at the HTML, it looks like the "top" and "height" of the "fill" are what changes, specifically the top and height values. Forward increases the height and decreases the top values.
I'm guessing that if I could use the image as the background and a color for the fill, this would work? I'm just stumped on how I could do that OR a property for the bar that would do so.