
Difficulty running locally
Hello,
I am currently looking to replace DD_Roundies and found this website.
I am trying to get a simple example going to prove it's functionality and I am having difficulties.
Code:
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
#example
{
border: 1px solid #999;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
position:relative;
z-index:1;
behavior: url(PIE.htc);
}
</style>
</head>
<body><div id="example" style="border: 1px solid; padding:60px; text-align:center; width:200px;">hi</div></body>
</html>
As I said, a very simple example. PIE.htc and PIE.php are in the same directory as the file I am running.
I tried multiple ways to reference PIE(/PIE.htc PIE.php /PIE.php) and still can't get it to run.
From a previous thread, it was asked to try hostname/PIE.htc, which worked, but trying javascript:alert(window.PIE);void 0; returned undefined.
So I am assuming that is the issue, but I am unsure as to the solution.
Thanks for your time,
~