Archive for the ‘网页’ Category

CSS自定义字体

十一月 28, 2011 | In: 网页

...

css浏览器兼容方法

十一月 27, 2011 | In: 网页

通过条件判断引入样式表 在 IE 浏览器中通过条件注释语句加载指定的不同CSS样式表,而其他非 IE 内核浏览器则自动忽略注释。 <!--[if IE 8]><link rel="stylesheet"...

IE浏览器的兼容模式

一月 18, 2011 | In: 网页

...

HTML中的IE条件注释语句

一月 16, 2011 | In: 网页

用法: <!--[if IE 8]> Welcome to Internet Explorer 8. <![endif]--> 解释语句如下: ! = The NOT operator. This is placed immediately in front of the feature, operator, or subexpression to reverse the Boolean meaning of the...

css中ul设置背景色

十二月 10, 2010 | In: 网页

...