CSS hack:IE6,IE7,firefox顯示不同效果
http://www.iwms.net/n1846c40.aspx
注:不管是什么方法,書寫的順序都是firefox的寫在前面,IE7的寫在中間,IE6的寫在最后面。
IE6支持下劃線,IE7和firefox均不支持下劃線。
區(qū)別FF,IE7,IE6:
background:orange;*background:green;_background:blue;
CSS中屬性的書寫順序
http://lifesinger.org/blog/2009/02/the-order-css-rules/
傳說中的Mozilla推薦
/* mozilla.org Base Styles
* maintained by fantasai
*/
/* Suggested order:
* display
* list-style
* position
* float
* clear
* width
* height
* margin
* padding
* border
* background
* color
* font
* text-decoration
* text-align
* vertical-align
* white-space
* other text
* content
*
*/

來源:http://www.mozilla.org/css/base/content.css
posted on 2010-04-05 22:39
黃小二 閱讀(185)
評論(0) 編輯 收藏 所屬分類:
Web Design