div+css - 其他HTML问题 - disabled属性
DISABLED Attribute | disabled Property Sets or retrieves a value that indicates whether the user can interact with the
object.
设置或获取用户能否与对象交互的属性值。
[disabled Property (BUTTON, INPUT type=button, INPUT type=checkbox, ...): - IE标准]
[div+css - 关键词] div css
[div+css - 论坛]
http://WebDev.board.newsmth.net/
http://WebGeeks.board.newsmth.net/
http://bbs.pku.edu.cn/, homepage看版
http://forum.csdn.net/SList/HTMLCSS/
http://groups.google.com/group/alt.html
http://groups.google.com/group/comp.infosystems.www.authoring.html
http://groups.google.com/group/comp.infosystems.www.authoring.stylesheets
[div+css - 工具]
微 软印刷技术 - WEFT 3网页嵌入字体3 - Wizard向导 - Create font objects创建字体对象, http://www.microsoft.com/typography/web/embedding/weft3/wizard.aspx#create
[div+css - 常见问题] 较验div+css格式,
http://validator.w3.org/
div+css的margin缩写方式
div+css的padding缩写方式
链接的:link,:visited,:hover,:active四种状态
page-break-before设置打印分布符
table中直接输入的文字和其他标记设置不同的颜色
[div+css - Firefox和IE浏览器兼容问题] 水平居中,Firefox使用margin-left: auto; margin-right: auto; IE6 使用text-align: center;
垂直居中,Firefox中使用display: table-cell; vertical-align: middle;可以实现div垂直居中,而IE6中则需要借助IE6中css的特点实现垂直居中。
!important标记,Firefox支持!important标记,IE6忽略!important标记,!important需要放在前面才能起作用
手形鼠标指针,使用cursor: pointer;
padding的尺寸,在Firefox中padding是计算在width之外的,而IE6是计算在width之内的
margin的尺寸,在IE6中带有float样式的元素的margin尺寸计算有误,需要借助padding和!important标记实现兼容
使用word-wrap设置自动折行, 仅对IE有效
在Firefox下会丢失左侧的圆点用CSS实现cellSpacing属性效果, border-spacing: 10px; border-spacing: expression(this.cellSpacing=10);
padding-right在IE6下导致抖动
[div+css - CSS标准]
[div+css - XHTML标准]
[div+css - 其他HTML问题]
使用OPTGROUP对SELECT中的OPTION分组
leftmargin设置页面左边距, topmargin设置页面上边距
About Font Embedding:关于字体嵌入, http://msdn2.microsoft.com/en-us/library/ms533034.aspx