css - rounded corners in ie
css - rounded corners in ie
- Started
- Last post
- 4 Responses
- dbloc
anyone found a good solution?
- dbloc0
found this...works pretty well.
- monNom0
^
"...However, add the following single rule to that CSS:#myElement {
...
behavior: url(PIE.htc);
}
Now the exact same rounded corners appear in IE! That's all there is to it. No, really, I mean it."- just saw that...I think the one that I found is similar...uses jquery right?dbloc
- VML by the looks of it:
http://code.google.c…monNom