malsup / corner

jQuery Corner Plugin (by Dave Methvin and Mike Alsup)
http://jquery.malsup.com/corner/
543 stars 109 forks source link

FF 3.5 and Iron/Chrome work well, but MSIE 8 and Opera 10 do not #21

Open meszi opened 14 years ago

meszi commented 14 years ago

Hi there,

I am still learning about JQuery Corner. So maybe I do a mistake. I want to draw rounded corners to my nav buttons. I am using JQuery 1.3.2 that comes with Wordpress 2.8.6.

My code is as follows:

[...]

[...]

[...]

[...]

While FF and Iron/Chrome render the borders fine (Iron/Chrome looks somewhat aliased but at least it works somehow) and do not even require the "wrapped div" (border works) I have problems with MSIE 8 and Opera 10. Best way to imagine the problem is IMO to see the screenshot: http://www.meszi.de/Zwischenablage01.jpg

What can you suggest to get this issue resolved?

CU, Mészi.

meszi commented 14 years ago

I have decided to stop my attempts with JQuery corners as DD_roundies works fine with MSIE, FF and Webkit5 browsers support rounded corners directly via CSS and Opera at least supports SVG background images.

Therefore I close this topic.