資源描述:
《div+css規(guī)則63820》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在應(yīng)用文檔-天天文庫。
1、一、善用css縮寫規(guī)則/*注意上、右、下、左的書寫順序*/1.關(guān)于邊距(4邊):1px2px3px4px(上、右、下、左)1px2px3px(省略的左等于右)1px2px(省略的上等于下)1px(四邊都相同)2簡化所有:*/body{margin:0}------------表示網(wǎng)頁內(nèi)所有元素的margin為0#menu{margin:0}------------表示menu盒子下的所有元素的margin為03.縮寫(border)特定樣式:Border:1pxsolid#ffffff;Border-width:01px2px3px;4.
2、關(guān)于文字的縮寫規(guī)則:Font-style:italic;斜體形式Font-variant:small-caps/normal;變體樣式:小型大寫字母/正常Font-weight:bold;Font-size:12px;Line-height:1.2em(120%)/1.5em(150%);Font-family:arrial,sans-serif,verdana;縮寫成:Font:italicsmall-capsbold12px/1.5emarrial,sans-serif;注意:Font-size和Line-height用斜杠組合在一起
3、不能分開寫。5.關(guān)于背景圖片的:Background:#FFFurl(log.gif)no-repeatfixedtopleft;6.關(guān)于列表:List-style-type:square/none;List-style-position:inside;List-style-image:url(filename.gif);縮寫成:List-style:noneinsideurl(filename.gif);二、運用4種方法來引入CSS樣式1.link4、ss”>rel關(guān)系type數(shù)據(jù)類型,有多種href路徑部分瀏覽器支持候選樣式,關(guān)鍵字:alternate:2.內(nèi)部樣式塊3.@import@imp
5、orturl{a.css}注意:此指令必須放在