Grumpy Monkey

A blog of sorts

Drupal NW February Meeting

Details here: http://upcoming.yahoo.com/event/419074/
Groups page here: http://groups.drupal.org/north-west-uk

I'm planning to do a talk on Drupal 6 theming, to have a look at what's new, what's cool and why themes can be made of CSS and CSS alone. I wasn't planning on being quite so busy, but I should be able to put something together before then... (he hopes!)

See you there!

BlogDrupal

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

Pages