<p>Uses a gradient to create a striped effect.</p>
<p>Uses a gradient to create a striped effect (no IE).</p>
<divclass="progress progress-striped">
<divclass="bar"style="width: 20%;"></div>
</div>
...
...
@@ -1783,7 +1783,7 @@
</div>
<divclass="span4">
<h3>Animated</h3>
<p>Takes the striped example and animates it.</p>
<p>Takes the striped example and animates it (no IE).</p>
<divclass="progress progress-striped active">
<divclass="bar"style="width: 45%"></div>
</div>
...
...
@@ -1838,8 +1838,8 @@
</div>
<divclass="span3">
<h3>Browser support</h3>
<p>Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-8 or older versions of Firefox.</p>
<p>Opera does not support animations at this time.</p>
<p>Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.</p>
<p>Opera and IE do not support animations at this time.</p>
<p>{{_i}}Uses a gradient to create a striped effect.{{/i}}</p>
<p>{{_i}}Uses a gradient to create a striped effect (no IE).{{/i}}</p>
<divclass="progress progress-striped">
<divclass="bar"style="width: 20%;"></div>
</div>
...
...
@@ -1707,7 +1707,7 @@
</div>
<divclass="span4">
<h3>{{_i}}Animated{{/i}}</h3>
<p>{{_i}}Takes the striped example and animates it.{{/i}}</p>
<p>{{_i}}Takes the striped example and animates it (no IE).{{/i}}</p>
<divclass="progress progress-striped active">
<divclass="bar"style="width: 45%"></div>
</div>
...
...
@@ -1762,8 +1762,8 @@
</div>
<divclass="span3">
<h3>{{_i}}Browser support{{/i}}</h3>
<p>{{_i}}Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-8 or older versions of Firefox.{{/i}}</p>
<p>{{_i}}Opera does not support animations at this time.{{/i}}</p>
<p>{{_i}}Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.{{/i}}</p>
<p>{{_i}}Opera and IE do not support animations at this time.{{/i}}</p>
background-image: -o-linear-gradient(left, @startColor, @endColor); // Opera 11.10
background-image: linear-gradient(left, @startColor, @endColor); // Le standard
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@startColor, endColorstr=@endColor, GradientType=1); // IE9 and down
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",@startColor,@endColor)); // IE9 and down
background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10
background-image: linear-gradient(top, @startColor, @endColor); // The standard
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@startColor, endColorstr=@endColor, GradientType=0); // IE9 and down
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); // IE9 and down
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=@startColor, endColorstr=@endColor, GradientType=0); // IE9 and down, gets no color-stop at all for proper fallback
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); // IE9 and down, gets no color-stop at all for proper fallback