日期:2014-05-17 浏览次数:20528 次
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <style> #test{ color:#000; color:#F00\9; /* ie8 */红色 *color:#00F; /* ie7 */ 蓝色 _color:#0F0; /* ie6 */ 绿色 } </style> <body> <div id="test">Hello</div> </body> </html> }