Have the follow code which works if I put the ‘filter’ on the ul or any other element but when I place it on the li tag it’s not working. I’ve tried adding display:block but no joy. What could be stopping it working? Here’s my css code:
.argh li{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cdddddd, endColorstr=#4cdddddd);
margin:0 -10px; padding:0.6em 20px; }
PS Css named argh because I’ve been pulling my hair out with this for a couple of hours now. 🙂
From the Microsoft gradient filter documentation: