简体   繁体   中英

JQuery Rounded Corners with Menu

I'd like to create a dropdown menu with rounded corners without using images. I tried combining the suckerfish menu plugin with a number of the JQuery rounded corners plugins, which mostly worked fine in Firefox, but looked terrible in IE.

Does anybody have an easy combination of plug-ins that will work with both IE and Firefox?

Did you already try DD Roundies ? I've had pretty good cross-browser success with this code, it also fixes background image transparent pngs, the only code library I've found that actually did this on all browsers.

尝试使用CSS3 border-radius ,如果确实需要,请使用CSS3Pie以实现IE <9兼容性。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM