Tagged Questions

3
votes
1answer
426 views

Rounded corners in IE using border radius

I've made a site using this border radius code: http://code.google.com/p/curved-corner/ I'm referencing to url(border-radius.htc) to make it work in IE but it is not. Please help, thanks. P.S. ...
1
vote
5answers
4k views

Rounded corners in buttons in IE

I need to have rounded corners in buttons (input type submit), but I haven't found any JavaScript library that would do that. Currently I use http://blue-anvil.com/jquerycurvycorners/test.html to ...
0
votes
2answers
56 views

Setting rounded corners(Border radius) for Internet explorer IE6+

I am trying to get rounded corners in IE6, 7 and 8 using ie-css3.htc source: http://fetchak.com/ie-css3/ here is css class: .box { position: absolute; display: block; background: ...