DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> DIV十CSS布局 >> 布局實例 >> IE6,IE7等其它IE和firfox等標准浏覽器css hack簡單兼容方
IE6,IE7等其它IE和firfox等標准浏覽器css hack簡單兼容方
編輯:布局實例     

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<html lang="ru"> 
<head> 
<title></title> 
<style type="text/css"> 
.test 

color:#FF0000;/*Firefox以及其他浏覽器看*/ 
#color:#0000FF;/*IE7IE8、IE9*/ 
_color:#FFFF00;/*IE6以及更老的版本*/ 

</style> 
</head> 
<body> 
<p class="test">

color:#FF0000;/*Firefox以及其他浏覽器看*/<br /> 
#color:#0000FF;/*IE7IE8、IE9*/<br /> 
_color:#FFFF00;/*IE6以及更老的版本*/

</p> 
</body> 
</html>

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved