- XHTML 1.0中可以使用的所有HTML元素:http://w3schools.com/xhtml/xhtml_reference.asp
- 避免Windows下IE中可能出现文档样式短暂失效问题:空script元素或使用link,http://www.bluerobot.com/web/css/fouc.asp
- CSS签名(CSS Signature),应用到body元素上的id。利用这个用户自定义的样式表可以覆盖页面中的部分甚至所有CSS样式。参见:http://archivist.incutio.com/viewlist/css-discuss/13291
- CSS2选择器:http://www.w3c.org/TR/CSS21/selector.html
- CSS3选择器:http://www.w3c.org/TR/css3-selectors
- 图像替换技术详细使用方法以及使用中各种问题:http://www.stopdesign.com/articles/replace_text/
- Windows平台下IE7以下版本会将某些浮动元素的水平外边距值加倍,可为该元素应用display:inline属性来解决,具体见:http://www.positioniseverything.net/explorer/doubled-margin.html
- 关于使用负外边距的解决方案请参考Ryan Brill的示例:http://www.alistapart.com/articles/negativemargins
- IE7以下版本正常显示PNG图像透明度信息的技巧:http://webfx.eae.net/dhtmlpngbehavior/pngbehavior.html以及http://www.alistapart.com/articles/pngopacity
- IE5中CSS盒模型修正方法:http://tantek.com/CSS/Examples/boxmodelhack.html
- Paul Sowden的切换样式表的方法:http://www.alistapart.com/articles/alternate
- Web Developer Extension插件下载地址:http://www.chrispederick.com/firefox/webdeveloper/index.php
- 修复IE6 不支持max-width的方案:http://www.svendtofte.com/code/max_width_in_ie
- 正确清除浮动的方法:http://www.complexspiral.com/publications/containing-floats
- 为元素应用内边距或边框来避免外边距重叠:http://www.andybudd.com/archives/2003/11/no_margin_for_error
- IE下min-width或min-height实现方式:http://mezzoblue.com/archives/2004/09/16/minheight_fi
- IE没有完整显示内容(Peekaboo bug)解决方案:
[tag]CSS[/tag] [tag]禅意花园[/tag] [tag]有用链接[/tag]
- CSS设计类站点:
- CSS Discuss 邮件列表:http://www.css-discuss.org
- CSS at MaxDesign 特别关注于列表、浮动等问题:http://css.maxdesign.com.au
- CSS/Web Standards Links Andy Budd的CSS文章、技术以及缺陷修复列表,更新频繁:http://www.andybudd.com/links/cssweb_standards
- Holy CSS Zeldman CSS相关资源列表:http://www.dezwozhere.com/links.html
- Position Is Everything CSS布局方面解决方案站点:http://www.positioniseverything.net