DIV+CSS頁面配置,樣式中區別蘋果瀏覽器Safari

來源:互聯網
上載者:User

最近外接了一個國外項目的外包服務,客戶要求嚴格,頁面所有布局全部採用DIV+CSS,頁面要相容於IE6、IE7、Firefox、Safari 等多種主流瀏覽器~~

天呐,何等大的工作量啊~  調瘋了都會~ 沒辦法~ 得吃飯啊~~

剛從同事那找到了樣式區別Safari瀏覽器的寫法~ 

 

@media all and (min-width: 0px) {
      .className{
           style
      }
}

 

例如:
@media all and (min-width: 0px) {
      div.towing input.radioSelectedStyle{
      margin:0px;
      margin-right: 5px;
      margin-left:10px;
      width:8px;

      }

}

至於區別於IE6、IE7、Firefox,網上已經很多了 ~ 這裡不做介紹,給個連結就好:

http://www.div-css.com/html/standard/hack/1136667.html

 

感謝jim同學,呵呵~

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.