css3pie not working not sure if I've set the path correctly

Hi I am trying to make border radius to work on explorer 8, I’ve downloaded all the css3pie files add in a folder called but is not working this is my page structure

Folder:border
inside
border.html
Folder:pie - this is where all the css3pie files are

so i’ve set my div to have border like this

<div style=" behavior: url(/pie/PIE.htc); border-radius: 10px 10px 10px 10px; background-color:#F00; margin:20px; padding:10px;">border-radius: 10px;</div>

But is not working on IE 8 do i have the pie path worng?

this are the files name for the pie
PIE.htc
PIE.php
PIE_uncompressed.js
PIE.js
PIE_uncompressed.htc

Can someone tell me what I am doing wrong the files are current on my c drive

More than likely that is the path they tell you to use which won’t work unless your developing within a server environment as /pie/ is a relative path which doesn’t exist in the file:/// path, on a side note I wouldn’t bother trying to get CSS3 properties working in old IE aka IE 8- as IE6 is now 100% dead and IE7 has quickly dropped to 3% world usage while IE8 is sitting pretty at around 5-6%.

Those numbers would suggest the user doesn’t care about fancy corner but more about been able to see the content on the page.

Hi Chris Thanks I fixed I need to add position:relative to the style in order fo rthe css ppie to take effect.