July 22nd, 2009
div+css制作网页的问题、经验、技巧的大集合,解决div+css常见问题的方法集锦
(..More)
Tags:css div 网页
Posted in web前端开发 | read:(302)
June 27th, 2009
CSS对浏览器的兼容性有时让人很头疼,或许当你了解当中的技巧跟原理,就会觉得也不是难事,从网上收集了IE7,6与Fireofx的兼容性处理方法并整理了一下。对于web2.0的过度,请尽量用xhtml格式写代码,而且DOCTYPE 影响 CSS 处理,作为W3C的标准,一定要加 DOCTYPE声明。
(..More)
Tags:css div 浏览器兼容
Posted in web前端开发 | read:(243)
June 2nd, 2009
容器中的内容居中:text-align: center
容器在上层容器中居中:margin-right: auto; margin-left: auto;
.a{margin:0px auto;} (div class="a"中的内容居中。b在a中也会居中)
.b{margin:0px auto;}(b中的内容居中)
(..More)
Tags:div css 网页居中
Posted in web编程 | read:(110)