I built a progress bar in CSS that looks good and better, but scales well in WebKit:
http://jsfiddle.net/YvFYk/
I am wondering if anyone knows a way to do the equivalent thing in Firefox:
-moz-transform: scale( .4 ) doesn't do what I'm looking for, as it reduces the width and keeps the container size the same.
-moz-transform: scale( .4 )
Not quite an answer, but longer than a comment!
, Firefox zoom . , ? , ( ).
zoom
-moz-transform:scale, , . , scale(1, .4), , . , , , .
-moz-transform:scale
scale(1, .4)
,