I copied the demo css code from your site but cant get it to work...
Its not my server so Ive tried both the .htc and the .php file and I can access them from typing direct url to them but still no luck.
http://www.prdesign.se/test/default.htmlCode:
<style type="text/css">
.newStyle2 {
border: 1px solid #696;
padding: 60px 0;
text-align: center;
width: 200px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
background: -moz-linear-gradient(#EEFF99, #66EE33);
background: linear-gradient(#EEFF99, #66EE33);
-pie-background: linear-gradient(#EEFF99, #66EE33);
behavior: url(/PIE.php);
}
</style>
</head>
<body>
<div id="layer1" style="position: relative; width: 100px; height: 100px; z-index: 3" class="newStyle2">
<span class="newStyle1">Blabla blabla</span></div>
</body>
Please enlighten me!
