Grumpy Monkey

CSS

Quick fix for for feed.png in IE6

Internet Explorer 6 is still out there and we still have to deal with it. Yucky, I know, but wouldn't life be dull if it was all too easy?

If your theme is using a non-white background, here's a quick fix to display the syndication icon in all its rounded-corner loveliness:

a.feed-icon img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
a.feed-icon {

BlogDrupalInternet ExplorerCSS
Subscribe to RSS - CSS