转转转js_css属性
JS中CSS Style标签对照表Posted by Kevin | Filed under HTML/CSS/JS | 2009-02-12写js时会用到,如果发现自己想要的效果没有实现,而程序没问题的话,就参照下此表对应看下标签是否正确。盒子标签和属性对照css语法 (不区分大小写) JavaScript语法 (区分大小写)border borderborder-bottom borderBottomborder-bottom-color borderBottomColorborder-bottom-style borderBottomStyleborder-bottom-width borderBottomWidthborder-color borderColorborder-left borderLeftborder-left-color borderLeftColorborder-left-style borderLeftStyleborder-left-width borderLeftWidthborder-right borderRightborder-right-color borderRightColorborder-right-style borderRightStyleborder-right-width borderRightWidthborder-style borderStyleborder-top borderTopborder-top-color borderTopColorborder-top-style borderTopStyleborder-top-width borderTopWidthborder-width borderWidthclear clearfloat floatStylemargin marginmargin-bottom marginBottommargin-left marginLeftmargin-right marginRightmargin-top marginToppadding paddingpadding-bottom paddingBottompadding-left paddingLeftpadding-right paddingRightpadding-top paddingTop 颜色和背景标签和属性对照CSS语法 (不区分大小写) JavaScript语法 (区分大小写)background backgroundbackground-attachment backgroundAttachmentbackground-color backgroundColorbackground-image backgroundImagebackground-position backgroundPositionbackground-repeat backgroundRepeatcolor color 样式标签和属性对照CSS语法 (不区分大小写) JavaScript语法 (区分大小写)display displaylist-style-type listStyleTypelist-style-image listStyleImagelist-style-position listStylePositionlist-style listStylewhite-space whiteSpace 文字样式标签和属性对照CSS语法 (不区分大小写) JavaScript语法 (区分大小写)font fontfont-family fontFamilyfont-size fontSizefont-style fontStylefont-variant fontVariantfont-weight fontWeight 文本标签和属性对照CSS语法 (不区分大小写) JavaScript语法 (区分大小写)letter-spacing letterSpacingline-break lineBreakline-height lineHeighttext-align textAligntext-decoration textDecorationtext-indent textIndenttext-justify textJustifytext-transform textTransformvertical-align verticalAlign