
Design(CSS XHTML)
文章平均质量分 59
logicbiz
这个作者很懒,什么都没留下…
展开
-
学习CSS了解单位em和px的区别
这里引用的是Jorux的“95%的中国网站需要重写CSS”的文章,题目有点吓人,但是确实是现在国内网页制作方面的一些缺陷。我一直也搞不清楚px与em之间的关系和特点,看过以后确实收获很大。平时都是用px来定义字体,所以无法用浏览器字体放大的功能,而国外大多数网站都可以在IE下使用。因为 Chinaz_com 1、IE无法调整那些使用px作为单位的字体大小; 中国.站长站 2、转载 2008-04-05 09:03:00 · 778 阅读 · 0 评论 -
Hello World -- CSS应用
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml">Hello World body { text-align:center; margin: 0px auto; width:778px; background:#3399CC; font-fa原创 2008-04-05 11:13:00 · 756 阅读 · 0 评论 -
网页标准化-CSS命名规划整理
(一) 常用的CSS命名规则:头:header 中国站.长.站 内容:content/container Chinaz~com 尾:footer Www~Chinaz~com 导航:nav Www@Chinaz@com 侧栏:sidebar Www.Chinaz.com 栏目:column 中.国站长站 页面外围控制整体布局宽度:wrapper 中国站.转载 2008-04-05 11:35:00 · 529 阅读 · 0 评论 -
CSS防止表格撑大
table { table-layout: fixed;word-wrap:break-word;}div { word-wrap:break-word;}转载 2008-04-20 14:46:00 · 631 阅读 · 0 评论 -
实现细线表格
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml">无标题文档.thin{background:#000000}.thin td{background:#FFFFFF} a a a a a a a a a原创 2008-04-20 11:09:00 · 642 阅读 · 0 评论 -
CSS 单行垂直居中
#cphcontent_createbill_header{ height:30px; width:100%; text-align:left; text-indent:20px; line-height:30px; overflow:hidden;}原创 2008-04-20 23:21:00 · 490 阅读 · 0 评论 -
实现表格交替颜色
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml">无标题文档 .DoubleColorTable tr{ background-color:expression("#FFFFFF,#EEEEEE".split(",")[rowIndex%2])}  转载 2008-04-20 11:17:00 · 690 阅读 · 0 评论 -
文件上传改变按钮样式问题
function show() { mf.click(); alert(mf.value); }原创 2008-09-18 16:30:00 · 2027 阅读 · 0 评论