css兼容性问题_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:33:46
Original
1090 people have browsed it

其实做网页最大的问题还是兼容性吧,要调试IE的各种浏览器。

DIV+CSS设计IE6、IE7、FF 兼容性  DIV+CSS网页布局这是一种趋势,我也开始顺应这股趋势了,不过在使用DIV+CSS网站设计的时候,应该注意css样式兼容不同浏览器问题,特别是对完全使用DIV+CSS设计的网页,就应该更注意IE6 IE7 FF对CSS样式的兼容.

这里它有两个内核:

 浏览器的内核:渲染引擎{
ie:trident
firefor:gecko
chrome:webkit
safari:webkit
opera:presto
}
js的内核{
ie:jscript
firefox:tracemonkey
chrome:v8
safari:squirrlfish extreme
opera:carakan 

 

这里有几个简单的兼容问题可以试一试

 [*+>_对ie6有效
\9对ie6.7.8有效
\0对ie8有效

 

 IE的if条件Hack :
1.  除IE外都可识别  
2.  
3.  
4.  
5.  
6.  
7.  
8.  
9.  
10.  
11. 

注意:gt = Great Then 大于 
> = > 大于号 
lt = Less Then 小于 
gte = Great Then or Equal 大于或等于 
lte = Less Then or Equal 小于或等于 

 

 

 

 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template