我的日記-1***000(淺談css)

來源:互聯網
上載者:User

1.為了將不必要的元素減少的最少,應該只在沒有現有元素實現地區分割時使用div例如:主導航列表

就不需要包圍在div中.
2.div時用來對區塊層級元素進行分組,而span可以用來對內元素進行分組或標識.觀念要實現折中.
3.www.andybudd.com/bookmarklets/下檢驗器bookmarklet
4.通用選取器*{}
5.form{15px;},form#search{width:30px;}
6.在每個網站上添加一個ID,這樣使用者可以用自己的樣式來覆蓋你的樣式表,網站範圍,俗稱css簽名,

一般採用id="www-sitename-com"格式,使用者可能希望覆蓋你的字型大小或顏色方案來閱讀,body#www-

sitename-com{font-size:200%;background-color:black;color:white;}
7.在設計一個網站時,一定要事先考慮css的管理一般分頁面----basic.css

(layout.css,typography.css,color.css)
8.在寫css中一定要添加一個註解區塊,它描述了這個樣式表的用途,建立日期,或版本號碼,建立者以及如

何與建立者聯絡:
/*------------------------------------
Basic Style Sheet(for version 4 browsers)
version:1.1
author:liuliang
email:liuliang12320005@163.com
website:kunba.aokhost.com
-------------------------------------*/
還有就是告訴別人你的命名規範,可能出現的bug等

 

本文來自CSDN部落格,轉載請標明出處:http://blog.csdn.net/liuliang1232005/archive/2008/04/29/2341747.aspx

相關文章

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.