IE - 8 border radius Issue

Hi All,

I was checking border radius in IE-8 but the border radius is not working, I am using PIF.htc and corresponding JS for that but not working.

here is the code…

<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />
<title>Untitled Document</title>

<script type=“text/javascript” src=“PIE-1.0.0/PIE.js”> </script>

<style type=“text/css”>
.abc{
background-color:#00FF00;
height:200px; width:400px;
-webkit-border-top-left-radius: 80px;
-webkit-border-bottom-right-radius: 80px;
-moz-border-radius-topleft: 80px;
-moz-border-radius-bottomright: 80px;
border-top-left-radius: 80px;
border-bottom-right-radius: 80px;
behavior:url (C:\Users\shahzad\Desktop\border-testing\PIE-1.0.0\PIE.htc);
}

</style>
</head>

<body>
<div class=“abc”>

</div>

</body>

plz. have a look and let me know where i am going wrong in this…

Warm Regards
Shahzad

Try removing the gap etween “url” and the parenthesis: e.g.

url(

instead of

url (