using
<hr class="hr"/>
and in my css file:
.hr { filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#cccccc', endColorstr='#000000'); /* for IE */ }
I get nothing.
What am I doing wrong?
using
<hr class="hr"/>
and in my css file:
.hr { filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#cccccc', endColorstr='#000000'); /* for IE */ }
I get nothing.
What am I doing wrong?