前台页面注意问题

一般字体是12px;

保证table 在任何情况下不被撑大而失去原有效果:

table
{
    border-collapsecollapse;
    line-height20px;
    table-layoutfixed;
}
 
table td
{
    margin-top0px;
    padding5px;
    border-bottomsolid 1px #e8eef4;
    word-breakbreak-all;
    word-wrapbreak-word;
}

常用字体:
  font-family: Verdana, "微软雅黑" ,Arial, "宋体"
元素之间的位置:
注意;

尽量不定义全局的元素样式,
尽量保持元素的一致性,
布局最好使用 Div+Css
注意元素的边框;
*{
//设置全局的属性
}
posted @ 2012-09-07 10:54  If_1989  阅读(144)  评论(0编辑  收藏  举报