ie不兼容,分別對樣式進行處理

一.html

<!DOCTYPE html>
<!--[if IE 7 ]> <html class="ie7" xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN"> <![endif]-->
<!--[if IE 8 ]> <html class="ie8" xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN"> <![endif]-->
<!--[if IE 9 ]> <html class="ie9" xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html xmlns="http://www.w3.org/1999/xhtml">
<!--<![endif]-->

 加上以上,則能夠對ie各個瀏覽器樣式進行設置瀏覽器

<style>

     .ie7 div{
         width:100px;    
     }   
 
</style>
    
相關文章
相關標籤/搜索