分类

链接

2025 年 4 月
 123456
78910111213
14151617181920
21222324252627
282930  

近期文章

热门标签

新人福利,免费薅羊毛

兼容IE6,IE7,IE8,FF的CSS

  /*----------------------------- -- ----------兼容IE6,IE7,IE8,FF的CSS 开始----------------- ----------- ------- */ @charset "utf-8"; /* ------------------------------------全局定义---------------------------------------- */ /* 将具有默认margin和padding的标记置零,所有标记的margin、padding都在使用时具体定义 */ *{ margin:0;padding:0;} /* 修正IE5.x和IE6的斜体溢出bug */ * html body{ overflow:visible;} * html iframe, * html frame{ overflow:auto;} * html frameset{ overflo...

前端 暂无评论 阅读(2,936)