hello everyone,
i've been trying to use pie on a jquery tooltip but it just doesnt work, does it need someting else??
here's my id
Code:
#tooltip
{
position: absolute;
border: 1px solid #F00;
background-color: #FFF;
padding: 10px;
/*
opacity: 0.90;
*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px 10px 10px 10px;
behavior: url(pie.htc);
}
any help would be much appreciatted thanks