JQuery 圆角菜单
我想创建一个带有圆角的下拉菜单,而不使用图像。我尝试将 suckerfish 菜单插件与一些 JQuery 圆角插件结合起来,这些插件在 Firefox 中大部分工作正常,但在 IE 中看起来很糟糕。
有没有人有一个可以在 IE 和 Firefox 上使用的简单插件组合?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否已经尝试过DD Roundies?我使用这段代码在跨浏览器上取得了相当好的成功,它还修复了背景图像透明 png,这是我发现的唯一一个在所有浏览器上实际执行此操作的代码库。
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 兼容性。Try using CSS3
border-radius
and if really necessary, CSS3Pie for IE<9 compatibility.