what css workaround that you folks use to fallback support for ie6, 7,8 ? i need rounded corner for
- text inside div (button)
- image as background-image in div (make the image rounded corner)
what css workaround that you folks use to fallback support for ie6, 7,8 ? i need rounded corner for
you can use css3pie which bring you css3 rounded corners for ie. You can also visit microsoft's Other Rounded Corners Solutions.
Only way I know would be to use background images which often require extra markup. Myself I use CSS3PIE and leave the corners square when js is disabled