在asp.net 4.0中将选项卡页设置在选项卡容器的左侧
我想问你关于选项卡容器的问题。有没有办法将选项卡页垂直设置在选项卡容器的左侧。某种垂直制表符...
示例
标签页眉
tabheader(活动选项卡)---内容
I want to ask you about tab containers. Is there any way to set tab pages vertically on left side of tab container. some kind of vertical tab...
Example
tabheader
tabheader (active tab) --- content
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是在谈论 ASP.Net Ajax Tabcontainer 吗?
如果是这样,请查看以下链接: 制作 AjaxToolKit TabContainer 选项卡垂直
这家伙使用简单的 css 来让 TabContainer 显示垂直而不是水平。
Are you talking about ASP.Net Ajax Tabcontainer?
If so, have a look at following link: Making the AjaxToolKit TabContainer tabs vertical
The guy used simple css to get the TabContainer showing vertcal instead of horizontal.