CSS

Faux Absolute Positioning

Posted: Thu, 19/06/2008 - 20:28

Filed under: CSS

Great article on A List Apart about handling complex layouts with dynamic content: http://www.alistapart.com/articles/fauxabsolutepositioning
There don't seem to have been any exciting discoveries in CSS for a while, and I seem to have been distracted by PHP recently, so I'll enjoy messing around with this.

Quick fix for for feed.png in IE6

Posted: Fri, 25/01/2008 - 08:42

Filed under: Internet Explorer, Drupal, CSS

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 {

Syndicate content