tags:

views:

31

answers:

2

what css workaround that you folks use to fallback support for ie6, 7,8 ? i need rounded corner for

  1. text inside div (button)
  2. image as background-image in div (make the image rounded corner)
+1  A: 

you can use css3pie which bring you css3 rounded corners for ie. You can also visit microsoft's Other Rounded Corners Solutions.

Sotiris
True, and its an excellent tool, but css3pie uses javascript
lnrbob
+1  A: 

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

lnrbob