/ Published in: HTML
Browser Hacks
Expand |
Embed | Plain Text
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8" /> <style type="text/css"> body { background:#565656; *background:#fff; /* IE 6 and 7 (Should come first) */ _background:#fff; /* IE 6 only */ background: blue\0/; /* IE 8 only Hack */ } /* For IE 9 */ :root #bodyframe { min-height:100px; \0/IE9; } /* IE9 */ /* Only for chrome and safari */ body:nth-of-type(1) #bodyframe { background:red; } </style> <body> Test </body> </html>
You need to login to post a comment.
