Hi,
Just started using PIE this morning, but it's just not working at all.
This is the CSS that I have written:
Code:
#main {
background: #ffffff;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
behaviour: url(css/PIE.htc);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
width: 610px; /* 610px to fit style */
margin: 5px 20px 0 0;
z-index: 10;
zoom: 1;
}
This is the url:
http://test.nicktoye.co.uk/sjc_test/trusses/I have PIE.htc in this directory:
test.nicktoye.co.uk/html/sjc_test/workspace/css
The css file that I am using is also in the same directory.
But it's just not working. Anybody know what I am doing wrong?