
Here's what you need to do!
- Download this package and copy it to your sites directory. For example js, images or css.
- Add this line to all classes or ids that will be using CSS3.
- behavior: url(path/to/PIE.htc); This activates the magic.
.box {
border-radius: 10px;
box-shadow: 0 0 10px #000;
behavior: url(path/to/PIE.htc);
}
border-radius: 10px;
box-shadow: 0 0 10px #000;
behavior: url(path/to/PIE.htc);
}
It's that simple, expect a more revised version of this blog post.
No comments:
Post a Comment