現在的瀏覽器IE6-IE10、Firefox、Chrome、Opera、Safari。 。 。數量眾多,可謂百家爭鳴,對用戶來說有了很多的可選擇型,不過這可就苦了Web前端開發人員了。
今天把一些常用的CSS Hack整理了一下,包括常用的IE hack以及火狐、Chrome、Opera瀏覽器的Hack,並把這些CSS Hack綜合的一起,寫了一個小的瀏覽器測試器。如圖所示:
phpcnlt, stylephpcn pan>
IE7下背景顏色:#06f
IE10下背景顏色:#0ffphpcnltltcn/p>
phpcn -gg" style="background-color: #ff0;">#ff0
phpcnltphpphpcnpan cn/span>
Opera下背景顏色:#0f0phpcnltphp ltphpcn/div>
CSS部分,此部分就只貼Hack部分的程式碼吧,佈局的就不貼了:
.content .test {
width: 200px ;
height: 200px;
height: 200px;
background: #f60; /*all*/
background: #06f9; /*IE*/
*background: #666,707: #666,70*
_background: #ccc; /*IE6*/
}
/* webkit and opera */
@media all and (min-width:0){
.content .test {
background: #0f0;
}
}
/* webkit */
@media screen and (-webkit-min-device-pixel-ratio:0 ) {
.content .test {
background: #ff0;
}
}
/*FireFox*/
@-moz-document url-prefix() {
.content .test {
background: #f0f;
}
}
/*IE9 */
@media all and (min-width:0) {
.content .test{
.content .test{
background: #f009;
,
}
/*IE10 */
: active), (-ms-high-contrast: none) {
.content .test {
background: #0ff;
}
}
css-hack-ms-moz-webkit -o-Jb51.net.rar