Published in: CSS
WinIE7,6,MacIE5 に対応するハック.
@charset "UTF-8"; /* ---------------------------------------------------------------------- WinIE7 のみ ---------------------------------------------------------------------- */ *:first-child+html *{ font-family: "MS PGothic", sans-serif; } *:first-child+html blockquote *{ font-family: "MS PMincho", serif; } *:first-child+html #head .Container, *:first-child+html #nav .Container, *:first-child+html #content .Container, *:first-child+html #extra .Container{ height: 1%; } /* ---------------------------------------------------------------------- WinIE6 以下 ---------------------------------------------------------------------- */ /*\*/ * html body{ text-align: center; } * html *{ font-family: "MS PGothic", sans-serif; } * html blockquote *{ font-family: "MS PMincho"; } * html #head .Container, * html #nav .Container, * html #content .Container, * html #extra .Container, * html #foot .Container{ text-align: left; width: expression( document.body.clientWidth > 740? "44em" : "auto" );} * html #content #main{ width: 65%;} * html #content #main .Container{ width: 100%;} * html #content #sub{ width: 35%;} * html #content #sub .Container{ width: 100%; } * html #head .Container, * html #nav .Container, * html #content .Container, * html #extra .Container{ height: 1%; } /**/ /* ---------------------------------------------------------------------- MacIE のみ ---------------------------------------------------------------------- */ /*\*//*/ *{ font-family: "ヒラギノ角ゴ Pro W3", sans-serif; } blockquote *{ font-family: "ヒラギノ明朝 Pro W3", serif; } #head .Container, #nav .Container, #content .Container, #extra .Container{ display: inline-table; } #head, #nav, #content, #extra, #foot{ text-align: center; width: 100%;} #head .Container, #nav .Container, #content .Container, #extra .Container, #foot .Container{ text-align: left; width: 740px;} #content .Container .Container{ width: 100%;} #main{ width: 480px;} #main .Container{ margin-right: 0;} #sub{ width: 240px;} #sub .Container{ margin-left: 0; } #e1, #e2, #e3{ width: 240px;} #e2{ margin: 0 10px; } /**/
You need to login to post a comment.
