css hack 學習總結

來源:互聯網
上載者:User

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br /><html xmlns="http://www.w3.org/1999/xhtml"><br /><head><br /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><br /><title>CSS Hack: 區分 IE6 / IE7 /IE8 /Firefox</title><br /></head><br /><mce:style type="text/css" media="screen"><!--<br />p.ie{<br />height:60px;text-align:center;line-height:60px;border:1px dashed #bbb;background:#f7f7f7;font:15;<br />color:blue; // 所有瀏覽器<br />color:brown/9; // 所有IE瀏覽器<br />+color:red; // IE7<br />_color:green; // IE6<br />}<br />--></mce:style><style type="text/css" media="screen" mce_bogus="1">p.ie{<br />height:60px;text-align:center;line-height:60px;border:1px dashed #bbb;background:#f7f7f7;font:15;<br />color:blue; // 所有瀏覽器<br />color:brown/9; // 所有IE瀏覽器<br />+color:red; // IE7<br />_color:green; // IE6<br />}</style><br /><body><br /><p class="ie"><br /><span style="display:block;display:none/9;" mce_style="display:block;display:none/9;">嘿嘿,小子竟然也用Firefox,藍色文字。</span><br /><!--[if IE 8]>不錯不錯,挺先進的嘛,使用IE8呢!文字是褐色的。<![endif]--><br /><!--[if IE 7]>你,IE7,紅色文字!<![endif]--><br /><!--[if IE 6]>孩子,雖然顯示的是綠色文字,不過,IE6可不是好東西呢!<![endif]--><br /></p><br /></body><br /></html>

相關文章

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.