Sto cercando di utilizzare pie per cominciare con i CSS3 ma nulla.
Codice PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<
html xmlns="http://www.w3.org/1999/xhtml">
<
head>
<
meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<
title>Documento senza titolo</title>
<
style type="text/css">
#pie
{
    
height500px;
    
padding20px;
    
background-color:#990000;
    
border2px solid #566E78;
    
border-radius20px;
    -
moz-border-radius20px
    -
webkit-border-radius20px;
    
box-shadow5px 5px 10px 2px #566E78;
    
-moz-box-shadow4px 8px 15px 2px #566E78;
    
-webkit-box-shadow5px 5px 10px 2px #566E78;
    
behaviorurl(/css/PIE.htc);
}

</
style>
</
head>

<
body>
<
div id="pie"></div>
</
body>
</
html