
Unable to get PIE to work. Please help
Hello!
Thanks for any help you can offer me.
I cannot get this to work.
I have added this to my CSS
Code:
.myAwesomeElement {
position: relative;
z-index: 0;
zoom: 1;
border: 1px solid #999;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 20px;
background: #6699CC;
behavior: url(/PIE_uncompressed.htc);
}
I am doing this in the HTML
Code:
<input type="button" class="myAwesomeElement" value="#myAwesomeElement" onClick="">
I have tried changing the URL, moving the htc around. Tried PIE.htc and PIE_uncompressed.htc. I am not sure why it isn't working.
I am viewing the HTML in IE8.
Thank you so much!
~Crystal