IE6 hack
1
|
_background-color
:
#CDCDCD
;
/* ie 6*/
|
div{ background:green; /* for firefox */ *background:red; /* for IE6 */ (both IE6 && IE7) }
1
|
background
:orange;*
background
:
blue
;
|
1
|
background
:
green
!important
;
background
:
blue
;
|
1
|
background
:orange; *
background
:
green
;
|
1
2
|
background
:orange;*
background
:
green
;
_background
:
blue
;
background
:orange;*
background
:
green
!important
;*
background
:
blue
;
|
IE6 | IE7 | FireFox | |
* | √ | √ | × |
!important
|
× | √ | √ |
1
|
_background-color
:
#CDCDCD
;
/* ie 6*/
|
*background-color:#dddd00; /* ie 7*/IE8 hackcss