paul bennett

Opera 9.5 CSS filter

Posted on: June 27, 2008

Opera 9.5 is a nice upgrade, but I found that it’s rendering left a few things on one of the sites I look after a little out of whack. Off I went looking for a CSS filter for Opera 9.5 and came up with this gem:


@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
/* 7.2 up */
head~body … { /* 9 up */ }
:root … { /* 9.5 up */ }
}

As with all filters, use wisely.

Via: tanreisoftware

Tags: , ,

Leave a comment

Archives