简体   繁体   English

带有菜单的jQuery圆角

[英]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. 我尝试将傻瓜菜单插件与许多JQuery圆角插件结合使用,这些插件在Firefox中通常运行良好,但在IE中看起来很糟糕。

Does anybody have an easy combination of plug-ins that will work with both IE and Firefox? 是否有人可以同时在IE和Firefox上使用容易组合的插件?

Did you already try DD Roundies ? 您已经尝试过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. 使用此代码,我在跨浏览器方面取得了相当不错的成功,它还修复了背景图像透明的png,这是我发现的唯一在所有浏览器上都能做到的透明代码库。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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