IE6~11のCSSにおいて
.sample {
background: #000000;
background: #888888\9;
*background: #777777;
_background: #666666;
}
.sample:not(:target) {
background: #999999\9;
}
@media all and (-ms-high-contrast: none) {
.sample:not(:target) {
background: #bbbbbb;
background: #aaaaaa\9;
}
}