
controlling corners with pie
hi there guys i am a newbie and just came across your site and .HTC file just what i have been searching for

now what i was wondering is this can i control each corner with pie like you can do using the webkit and moz border?
as i noticed when i used your generator that it gave me this as an example
border: 1px solid #696;
padding: 60px 0;
text-align: center; width: 200px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background: #EEFF99;
i know with the others you can have this
border: 1px solid #696;
padding: 60px 0;
text-align: center; width: 200px;
-webkit-border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
border-radius: 8px;
background: #EEFF99;
so i was wondering if i can control each corner in the same way ?
thanks
