CSS3 Media Query CSS Filter
If the background color of this paragraph is green (a darker
green than this page's background) then the hack was applied.
Example Code
p.test {
background-color: #f66;
}
@media all and (min-width: 0px) {
p.test {
background-color: #6f6;
}
}
List of browsers that apply this
- Opera 7+
- Recent development versions of Safari
List of browsers that do not apply this
- IE4-7/Win
- Firefox
- NS6.0-7.2
- Safari 1.x-2.0.x
- Konqueror 3
- iCab 3
- Opera 5-6
- IE5/Mac
- NS4.x
Related Links:
Last update: 2007-06-08