随笔分类 -  other

摘要:word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; 阅读全文
posted @ 2008-06-17 11:57 my favorite 阅读(178) 评论(0) 推荐(0)
摘要:本文列举了五种IE6不支持的CSS选择符,大家设计网页时要注意。 1. child selector h1 > strong { color:red;} 无效, 只能使用 h1 strong {color:red; } 不支持子选择符,但支持派生选择符。 2.sibling selector li+li { font-style:bold; } 无效。 3.Pseudo-... 阅读全文
posted @ 2008-06-17 11:56 my favorite 阅读(267) 评论(0) 推荐(0)