CSS3 and PIE not working in IE 8
问题 Im trying to demo CSS3PIE and it wont work in IE at all. HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1250"> <link href="test.css" type="text/css" rel="stylesheet"> <title>Test</title> </head> <body> <div id="title"></div> <div id="sub_title"></div> <div id="main_area"> <div id="date_area"></div> </div> </body> </html> css: body{ margin: 0 auto; } #title{ margin: 0 auto; width: 100%;