
i Can't make it work at all!
i am a chinese programmer,this is my codes:
Code:
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>test</title>
<style type="text/css">
#abc
{
height:100px;
width:100px;
border: 1px solid #D6DEE5;
border-radius:8px;
-webkit-border-radius:8px;
-moz-border-radius:8px;
behavior: url(PIE.htc);
}
</style>
</head>
<body>
<div id="abc">
</div>
</body>
</html>
pie.htc and test.jsp at same folder ,but i can't make pie work ,please help me !