link bg

liunx

Guest
<a href='http://www.htmlforums.com/archive/index.php/home.html'>Home</a> <br />
how would i get a gradient filter on the bg? i tried this:<br />
<br />
<div width=100 height=100 style="FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#00ff00,endColorStr=#ff00ff)"><a href='http://www.htmlforums.com/archive/index.php/home.html'>Home</a></div><br />
<br />
didnt work. it's prolly simple but..<br />
<br />
thx<!--content-->a large % of the time it is something simple, enclose your values with 'value', ie: startColorStr='#00ff00'<br />
<br />
:)<br />
<br />
oh, you know that fiters are ie specific!<!--content-->your code is all wrong. I don't see any gradients fo it<br />
<br />
<!-- m --><a class="postlink" href="http://msdn.microsoft.com/workshop/author/filter/filters.asp#UI_scenarios">http://msdn.microsoft.com/workshop/auth ... _scenarios</a><!-- m --><br />
<br />
gradient means you have to pick one from the list.<!--content-->
 
Back
Top