CSSÔÚIE6,IE7,FIREFOXÖеÄÇø±ð
µÚÒ»ÖÖ£¬ÊÇCSS HACKµÄ·½·¨
height:20px; /*For Firefox*/
*height:25px; /*For IE7 & IE6*/
_height:20px; /*For IE6*/
×¢Òâ˳Ðò¡£
ÕâÑùÒ²ÊôÓÚCSS HACK£¬²»¹ýûÓÐÉÏÃæÕâÑù¼ò½à¡£
#example { color: #333; } /* Moz */
* html #example { color: #666; } /* IE6 */
*+html #example { color: #999; } /* IE7 */
µÚ¶þÖÖÊÇʹÓÃIEרÓõÄÌõ¼þ×¢ÊÍ
<!-- ÆäËûä¯ÀÀÆ÷ -->
<link rel="stylesheet" type="text/css" href="css.css" />
<!--[if IE 7]>
<!-- ÊʺÏÓÚIE7 -->
<link rel="stylesheet" type="text/css" href="ie7.css" />
< ![endif]-->
<!--[if lte IE 6]>
<!-- ÊʺÏÓÚIE6¼°Ò»Ï -->
<link rel="stylesheet" type="text/css" href="ie.css" />
< ![endif]-->
µÚÈýÖÖcss filterµÄ°ì·¨£¬ÒÔÏÂΪ¾µä´Ó¹úÍâÍøÕ¾·Òë¹ýÀ´µÄ¡£
н¨Ò»¸öcssÑùʽÈçÏ£º
#item {
width: 200px;
height: 200px;
background: red;
}
н¨Ò»¸ödiv,²¢Ê¹ÓÃÇ°Ãæ¶¨ÒåµÄcssµÄÑùʽ£º
<div id="item">some text here</div>
ÔÚbody±íÏÖÕâÀï¼ÓÈëlangÊôÐÔ,ÖÐÎÄΪzh£º
<body lang="en">
ÏÖÔÚ¶ÔdivÔªËØÔÙ¶¨ÒåÒ»¸öÑùʽ£º
*:lang(en) #item{
background:green !important;
}
ÕâÑù×öÊÇΪÁËÓÃ!important¸²¸ÇÔÀ´µÄcssÑùʽ,ÓÉÓÚ:langÑ¡ÔñÆ÷ie7.0²¢²»Ö§³Ö,ËùÒÔ¶ÔÕâ¾ä»°²»»áÓÐÈκÎ×÷ÓÃ,ÓÚÊÇÒ²´ïµ½ÁËie6.0ÏÂͬÑùµÄЧ¹û,µ«ÊǺܲ»ÐҵصÄÊÇ,safariͬÑù²»Ö§³Ö´ËÊôÐÔ,ËùÒÔÐèÒª¼ÓÈëÒÔÏÂcssÑùʽ£º
#item:empty {
background: green !important
}
:emptyÑ¡ÔñÆ÷Ϊcss3µÄ¹æ·¶,¾¡¹Üsafari²¢²»Ö§³Ö´Ë¹æ·¶,µ«ÊÇ»¹ÊÇ»áÑ¡Ôñ´ËÔªËØ,²»¹ÜÊÇ·ñ´ËÔªËØ´æÔÚ,ÏÖÔÚÂÌÉ«»áÏÖÔÚÔÚ³ýie¸÷°æ±¾ÒÔÍâµÄä¯ÀÀÆ÷ÉÏ¡£
¶ÔIE6ºÍFFµÄ¼æÈÝ¿ÉÒÔ¿¼ÂÇÒÔǰµÄ!important</body>
Ïà¹ØÎĵµ£º
:hoverÊÇÎÒÃÇÔÚCSSÉè¼ÆÖÐ×î³£ÔËÓõÄαÀàÖ®Ò»£¬Ðí¶àѤÀöЧ¹ûµÄʵÏÖÀë²»¿ªÎ±Àà:hover£¬±ÈÈçÎÒÃdz£¼ûµÄ´¿CSS²Ëµ¥¡¢Ïà²áЧ¹ûµÈµÈ¡£
»òÐíÓÃÁËÕâô¾ÃµÄαÀà:hover£¬»¹Óв¿·ÖÅóÓÑ»¹²»ÍêÈ«Á˽âhoverµÄ¹æÔò£º
ÔÚCSS1ÖдËαÀà½ö¿ÉÓÃÓÚa¶ÔÏó¡£ÇÒ¶ÔÓÚÎÞhrefÊôÐÔ£¨ÌØÐÔ£©µÄa¶ÔÏ󣬴ËαÀ಻·¢Éú×÷Óá£
ÔÚCSS2ÖдËαÀà¿ÉÒÔÓ¦ÓÃÓÚÈκζÔÏ ......
display Property Values
ValueDescription
none
The element will generate no box at all
block
The element will generate a block box (a line break before and after the element)
inline
The element will generate an inline box (no line break before or after the element). This is default
inline-blo ......
margin-bottom:40px; /*ffµÄÊôÐÔ*/
margin-bottom:140px\9; /* IE6/7/8µÄÊôÐÔ */
color:red\0; /* IE8Ö§³Ö */
*margin-bottom:450px; /*IE6/7µÄÊôÐÔ*/ ......
Ò»°ã¶øÑÔ£¬Êó±êÒÔбÏòÉϵļýÍ·ÏÔʾ£¬ÒƵ½Îı¾ÉÏʱ±äΪÓÐÍ·µÄÊúÏߣ¬ÒƵ½³¬¼¶Á´½ÓÉϱäΪÊÖÐÍ¡£µ«ÓÃcss¿É¿ØÖÆÊó±êµÄÏÔʾЧ¹û£¬Èç¿ÉʹÊó±êÒÆµ½ÆÕͨÎı¾ÉÏÒ²ÏÔʾ³ÉÊÖÐÍ¡£ ÓÃcss¿ØÖƵÄÓï·¨ÈçÏÂ: span style="cursor:*"Îı¾»òÆäËüÒ³ÃæÔªËØ/span °Ñ * »»³ÉÈçÏÂ15¸öЧ¹ûµÄÒ»ÖÖ£º
¡¡¡¡ Ò»°ã¶øÑÔ£¬Êó±êÒÔбÏòÉϵļýÍ·ÏÔʾ£¬ÒƵ½Îı¾ÉÏ ......
ÓÉÓÚ¸÷ä¯ÀÀÆ÷µÄĬÈÏCSSÑùʽ²»Ò»Ñù£¬ÎÒÃDZØÐëдһ¸öCSS ResetͳһÆðÀ´¡£
ͨ³£ÎÒµÄ×ö·¨ÊÇÔÚcommon.cssÀïдȫ¾Ö¿ØÖÆ£¬ÕâÀïÃæÒ²°üÀ¨headerºÍfooter£¬ÆäËüCSSÎļþ¾Íͨ¹ý@import url(”common.css”);ÒýÓá£
body{padding:10px;margin:0;background:#fff;font-size:12px;line-height:14px;color:#333;font-family:Ari ......