brandonaaron / jquery-cssHooks

Collection of cssHooks that work with jQuery 1.4.3+
Other
478 stars 80 forks source link

Border Radius #25

Closed dtm5011 closed 13 years ago

dtm5011 commented 13 years ago

Setting border radius has no effect in firefox 3.6.

louisremi commented 13 years ago

Can you show us a reduced test case at http://jsfiddle.net ?

Regards,

Louis-Rémi

dtm5011 commented 13 years ago

I created test case http://jsfiddle.net/JSFUe/ and it seems everything works correctly. It turns out my problem was that I was using version 1.4.2 of jquery. My apologies.

Keep up the good work,

Dave