Home › Forums › CSS › Enabling border-radius in IE 6-8 › Re: Enabling border-radius in IE 6-8
February 22, 2013 at 2:49 am
#125651
Member
After some tries I found one thing
It does not work for id but it works very well with class
I mean
#rounded_corners {
behavior: url(ie-css3.htc)
} //does not work
.rounded_corners {
behavior: url(ie-css3.htc)
} //works perfectly