标签为 css 的存档
html5/xhtml/html4.0/Css2.0/Css3.0中文手则打包下载
Author: 名洋20 5月 2010
CSS2.0.chm 是苏沈小雨2002年制作的CSS2.0手册
css3.0_manual.chm 则是腾讯ISD出品的CSS3.0中文手则
w3school.CHM 则是w3sch[……]
lighttpd下WordPress固定连接最佳解决办法(伪静态)!
Author: 名洋28 3月 2010
Lighttpd是一个轻量级的Web 服务器,支持FastCGI, CGI, Auth,输出压缩(output compress), URL重写,Alias等重要功能.它具有非常低的内存开销,cpu占[……]
无图片实现圆角框
Author: 名洋7 3月 2010
<html>
<head>
<title>css 圆角表格 无图片版本</title>
<meta http-equiv="[……]
实战DIV+CSS设计 for 常用CSS缩写语法总结
Author: 名洋7 3月 2010
使用缩写可以帮助减少你CSS文件的大小,更加容易阅读。css缩写的主要规则如下:
颜色
16进制的色彩值,如果每两位的值相同,可以缩写一半,例如:
#000000可以缩写为#000;#33669[……]
实战div+css设计for使用DIV之后,什么时候使用TABLE
Author: 名洋7 3月 2010
关于表格
使用WEB标准之后,并不是说排除表格的使用,表格并不是鸡肋,而正好相反是一道大餐,之所以在很多关于CSS布局的文章中常提到"为什么使用表格排版是不明智的"这句话,可[……]
实战div+css设计for盒模型bug的解决方法
Author: 名洋7 3月 2010
实战div+css入门设计for HTML4标签的默认样式列表
Author: 名洋7 3月 2010
HTML4标签的默认样式列表
html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre { display: block }
li { display: list-item }
head { display: none }
table { display: table }
tr { display: table-row }
thead { display: table-header-group }
tbody { display: table-row-group }
tfoot { display: table-footer-group }
col { display: table-column }
colgroup { display: table-column-group }
td, th { display: table-cell; }
caption { display: table-caption }
th { font-weight: bolder; text-align: center }
caption { text-align: center }
[……]
CSS在线优化 工具
Author: 名洋7 3月 2010
尽管通常一个CSS文件占用不了什么带宽,但之于网页设计,在不影响整个网页构架与功能的情况下,网页文件越小越好,因为更小的网页文件有[……]
近期评论