Posts tagged with "CSS"

IE8 CSS grouped selectors bug

Posted: 3:33pm 29th Jun 2011

Here's an annoying bug I ran into today, which curiously seems only to apply to IE8 and not IE7.

If you declare a selector block in a stylesheet with a pseudo-class that IE8 does not recognise, mixed with one that it does, IE8 won't recognise either of them. Here's an example

Removing module stylesheets in a Drupal 7 theme

Posted: 11:57pm 15th Feb 2011
The techniques for hiding module/core CSS links files in your HTML headers have changed for Drupal 7. Here's how to do it under the new world order :)