Double ID Selector IE8 CSS Hack
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;
}
p.test, #hide#fromIE8 {
background-color: #6f6;
}
List of browsers that apply this
- IE8, when in Standards Compatibility mode
List of browsers that do not apply this
- IE8 (in IE7 compatibility view and in "quirks mode")
- IE4-7/Win
- Firefox
- NS6.0-7.2
- Opera 7+
- Safari
- Konqueror 3
- IE5.x/Mac