IE CSS Hack
IE CSS Hack
Out of context: Reply #11
- Started
- Last post
- 16 Responses
- imakedesign0
yhou can use the underscore hack to deal wth mutiple browsers:
body {
background: green; /* show to Mozilla/Safari/Opera */
_background: red; /* show to IE */
}