ホームページ >ウェブフロントエンド >htmlチュートリアル >私のグローバル スタイル、ガイダンスを教えてください_html/css_WEB-ITnose

私のグローバル スタイル、ガイダンスを教えてください_html/css_WEB-ITnose

WBOY
WBOYオリジナル
2016-06-21 09:40:02851ブラウズ

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 を見てください。

これも似ていますが、独自の構造に応じてさまざまなグローバル スタイルを記述することができます。

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。