选项卡面板的 CSS
我想要像 这张图片 这样的选项卡面板
我想在 ASP.NET 上实现相同的功能选项卡面板。但是,如果我获得 CSS,我将使其与 ASP.NET 选项卡兼容。
任何人都可以指导我如何做到这一点,或者教程参考。因为我不知道这个选项卡面板 CSS 叫什么。
I want to have Tab panel like this picture
I want to implement the same on ASP.NET tab panel. However, if I get the CSS I would make it compatible to ASP.NET tab.
Can anyone please guide me how to do that, or tutorial reference. Because I don't know that what this tab panel CSS known as.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不确定我完全理解你想要什么(我不懂 ASP)。
但据我了解,您可以使用 jQuery UI 选项卡 并自定义其 CSS。
示例:
HTML
jQuery:
Not sure I understand completely what you want (I don't know ASP).
But from what I understand, you can use jQuery UI tabs and customize its CSS.
Example:
HTML
jQuery:
它们实施起来很棘手。仅从 CSS 的角度来看,您需要将 tab 实现为
<前><代码>
;- tab1
- tab2
...
设计的其余部分只是 CSS。由于您有三角形选项卡,因此您将需要背景图像。
They are tricky to implement. Speaking only from CSS point of view, you will need to implement tab as
The rest of the design is just CSS. Since you have tringular tabs,so you will need background images.