具有选项卡样式(圆角)的 Asp.Net 菜单控件
任何人都可以给我一个更好的主意来提出带有圆角的 Asp.net 2.0 菜单控件吗?
Can any body give me a better idea to come up with a Asp.net 2.0 Menu control with rounded corners?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法是将 CSS 设置为圆形图形。 如果您希望所选选项卡具有不同的颜色,您可以使用来自各个站点的窗帘脚本。 考虑看看爆炸男孩:
http://exploding-boy.com/images/cssmenus/ menus.html
您可以从该站点获取图形、CSS 和 JavaScript。 如果您希望 ASP.NET 菜单控件看起来最好,请使用 CSS 友好的菜单适配器(可从 www.asp.net 下载),因为它使用无序列表方法设置菜单。
The easiest way is to set CSS up with rounded graphics. If you want the selected tab to have a different color, you can use the window shade scripts from a variety of sites. Consider looking at Exploding Boy:
http://exploding-boy.com/images/cssmenus/menus.html
You can get the graphics, CSS and JavaScript from this site. If you want the ASP.NET menu control to look the best, use the CSS friendly adapter for the menu (downloadable from www.asp.net) as it uses the unordered list method of setting up menus.