您现在的位置: 阿标在线 >> 技术文章 >> 网页标准 >> CSS教程 >> 正文

CSS标准规范

[ 录入:admin | 点击数: | 更新时间:2008-3-31 10:08:58]
/* mozilla.org Base Styles
/* Suggested order:
//显示属性
* display
* list-style    list-style:square inside url(image.gif);
* position
* float
* clear
//自身属性
* width
* height
* margin     margin:1em 0 2em 0.5em;
* padding
* border     border:1px solid #000;
* background   background:#f00 url(background.gif) no-repeat fixed 0 0;
        background:color image repeat attachment position;
//文本属性
* color      color:#369;
* font      font:italic small-caps bold 1em/140% "宋体",sans-serif;
* text-decoration
* text-align
* vertical-align
* white-space
* other text
* content
*
*/ 

  • 上一篇文章:

  • 下一篇文章: