一个正在奋斗中的IT民工

研究+交流+分享=提高

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

文章分类 -  CSS

摘要:Internet Explorer conditional commentsConditional comments are a proprietary, and thus nonstandard, Microsoft extension ofregular (X)HTML comments. As the name suggests, conditional comments allow you... 阅读全文
posted @ 2009-07-03 16:56 kidi 阅读(325) 评论(0) 推荐(0)

摘要:HTML代码:[代码]CSS代码:[代码]转:http://www.codebit.cn/index.php 阅读全文
posted @ 2009-06-01 11:35 kidi 阅读(267) 评论(0) 推荐(0)

摘要:什么是 haslayout ?haslayout 是Windows Internet Explorer渲染引擎的一个内部组成部分。在Internet Explorer中,一个元素要么自己对自身的内容进行计算大小和组织,要么依赖于父元素来计算尺寸和组织内容。为了调节这两个不同的概念,渲染引擎采用了 hasLayout 的属性,属性值可以为true或false。当一个元素的 hasLayout 属性值... 阅读全文
posted @ 2009-05-31 15:47 kidi 阅读(236) 评论(0) 推荐(0)