Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Enabling border-radius in IE 6-8 Re: Enabling border-radius in IE 6-8

#125651
samkat
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