ホームページ >ウェブフロントエンド >htmlチュートリアル >私のグローバル スタイル、ガイダンスを教えてください_html/css_WEB-ITnose
body{margin:0 auto; font:12px/20px '宋体','arial'; background:#fff; color:#000}*{margin:0; padding:0; border:0}ul,ol,li,dl,dd,dt{list-style:none}input{font-family:Arial}em{font-style:normal}h1,h2,h3,h4,h5,h6,font{font-weight:normal}a{text-decoration:none}a:hover{text-decoration:none}a:visited{}a:active{}.f14{font-size:14px}.fb{font-weight:bold}.fi{font-style:italic}.clear{clear:both; font-size:1px; visibility:hidden}.blank7{margin:0 auto; height:7px; font-size:1px; clear:both}.container{width:960px; margin:0 auto}.container .head{height:318px; background:url(../images/head01.jpg) center top no-repeat}.content01{}.footer{}.popup{}
スタイルだけでは多くを語ることはできません。 。
画像の境界線スタイルを事前に設定することをお勧めします (通常はなし)。
さらに、私は a:hover を a のスタイルの最後に置くのが好きです。そうすれば、以前に訪れたものの影響を受けなくなります。 。 。
background:...
例えば背景色ならbackground-color:...
と書くとより分かりやすくなります。 。
html /*IE6bug */{ _background-image:url(about:blank); _background-attachment:fixed;}/*reset*/div{ display:block;}body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0;margin: 0;}table { border-collapse: collapse; border-spacing: 0; }fieldset, img { border: 0; }address, caption, cite, code, dfn, em, strong, th, var { font-weight: normal; font-style: normal; }ol, ul { list-style: none; }caption, th { text-align: left; }h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }q:before, q:after { content: ''; }abbr, acronym { border: 0; }/*reset*/
yui.reset.css、kissy.reset.css を見てください。
これも似ていますが、独自の構造に応じてさまざまなグローバル スタイルを記述することができます。