通用CSS初始化介面

2021-05-10 19:49:16 字數 2032 閱讀 7431

幾個感覺比較好的css初始化方法

2023年10月30日 星期五 18:05

1.

charset 」utf-8″;

html 

body 

a

a:hover 

ul,ol,p,dl

ul,ol,dl

li

img 

h1,h2,h3,h4

input 

2.

/*為背景定義了顏色*/

/*html */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td 

/*合併邊線,邊線空間至零.*/

table 

/*清除邊線*/

fieldset, img 

address, caption, cite, code, dfn, em, strong, th, var 

li 

caption, th 

h1, h2, h3, h4, h5, h6 

/*新增空字元清除融合*/

q:before, q:after 

abbr, acronym 

sup 

sub 

input, textarea, select 

/*to enable resizing for ie*/

/*在ie下重定義*/

input, textarea, select 

/*because legend doesn』t inherit in ie */

/*ie下legend不繼承 */

legend 

這確實很簡單,而且也有很多人是這麼寫的,認為這最簡單。但是有人有疑問了。這樣用個*通用符是快,但是如果**很大,css檔案很大,這樣回減慢頁面的載入速度。仔細想想也有可能。因為這樣寫的話他會把所以標籤給初始化,如果標籤很多是會影響速度。

程式**

del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,

dl, dt, dd, ol, ul, li, fieldset, form, label, legend

/* remember to define focus styles! */

:focus

body

ol, ul

/* tables still need cellspacing="0" in the markup */

table

caption, th, td

/* remove possible quote marks (") from &*/

blockquote:before, blockquote:after, q:before, q:after

blockquote, q

程式**

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,

pre, form, fieldset, input, textarea, p, blockquote, th, td

fieldset, img

table

ol, ul

address, caption, cite, code, dfn, em, strong, th, var

caption, th

h1, h2, h3, h4, h5, h6

q:before, q:after

abbr, acronym

}

單據介面初始化

1 初始化單據的文字型別字段 語法 getbillcardpanel setheaditem 字段主鍵,值 例項 getbillcardpanel setheaditem pk corp getcorp getprimarykey 2 初始化單據的參照型別字段 a.設定是否可以選擇非葉子節點 nc....

CSS初始化樣式

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,selectbodyaa hoveremliimgtablep body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,...

CSS初始化樣式

css為什麼要初始化?建站老手都知道,這是為了考慮到瀏覽器的相容問題,其實不同瀏覽器對有些標籤的預設值是不同的,如果沒對css初始化往往會出現瀏覽器之間的頁面差異。當然,初始化樣式會對seo有一定的影響,但魚和熊掌不可兼得,但力求影響最小的情況下初始化。body,ol,ul,h1,h2,h3,h4,...