使用link外部呼叫css

 

<head>
    <link rel="stylesheet" type="text/css" href="http://www.dreamdu.com/style.css" />
</head>

 

使用@import外部呼叫css
<head>
<style type="text/css">@import url(http://www.dreamdu.com/style.css);</style>
</head>

一些老式的浏览器不支持@import方法.网上流传着一种叫双表法的技术,就是利用了一些老式的浏览器不支持@import这个特性.

 

來源

http://www.dreamdu.com/css/external_import/

文章標籤
全站熱搜
創作者介紹
創作者 查拉工作站 的頭像
查拉工作站

Zona_writing

查拉工作站 發表在 痞客邦 留言(0) 人氣(195)