JQuery Rounded Corners with menu

I would like to create a rounded dropdown menu without using images. I tried to combine the suckerfish menu plugin with a number of jQuery rounded corners plugins that mostly worked fine in Firefox but looked terrible in IE.

Does anyone have a handy mix of plugins that will work with both IE and Firefox?

+2


source to share


2 answers


Have you tried DD Roundies yet ? I had very good cross-browser success with this code, it also fixes transparent png files, the only code library I found that actually did this in all browsers.



+1


source


Try using CSS3 border-radius

, and if really needed CSS3Pie for IE <9 compatibility.



0


source







All Articles