學習技巧:動態引入css

來源:互聯網
上載者:User
css|動態|技巧 因為我的blog是產生靜態頁面,如果更換皮膚,那麼最簡單的兩種方法:
1,重建頁面。
2,更改css檔案名稱。

因為重建頁面比較消耗資源,一直以來我都是用的是固定連結:http://www.x2y2.com/fisker/styles/default/styles.css,更換皮膚則修改新的css檔案。

以前也想過用asp作為css,但用include則會涉及到路徑問題,而redrict則似乎會在ff下因為mime類型問題。也許修改ContentType類型可以解決問題,但沒有試過。

前兩天決定採用我現在的這個方式。
輸出ContentType類型使用"text/css",再用@import url();引入css檔案。

覺得是個很不錯的方法:最重要的一點,可以很方便的引入多個css檔案。
@import url("http://網站地址/styles.css");
#logo{display:none;}
legend{display:none;}
fieldset{border:none;}
#fisker-art-single-page{float: right; background-image: url(google-bg.gif);height: 270px; width: 320px;padding-top: 9px;padding-left: 11px;background-repeat: no-repeat;"}

相關文章

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.