更改TabPanel的标题大小(ajax tool自带的tabpanel)

dingxinbei 2008-07-10 12:46:45
如题
...全文
106 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
imeudsa 2009-06-30
  • 打赏
  • 举报
回复
写个css
.AjaxTabStrip .ajax__tab_tab
{
font-size: 16px;
color:Blue;
padding: 4px;
width: 150px; /* Your proper width */
height:15px; /* Your proper height */
background-color: #EAEAEA;
}
/* When mouse over */
.AjaxTabStrip .ajax__tab_hover .ajax__tab_tab
{
font-weight:bold;
text-decoration:blink;
}
/* Current selected tab */
.AjaxTabStrip .ajax__tab_active .ajax__tab_tab
{
background-color: #C2E2ED;
font-weight:bold;
}
/* TabPanel Content */
.AjaxTabStrip .ajax__tab_body
{
border: 1px solid #999999;
padding: 8px;
background-color: #ffffff;
margin-right: 9px; /* Your proper right-margin, make your header and the content have the same width */
margin-top:0px;
}
dingxinbei 2008-07-10
  • 打赏
  • 举报
回复
《HeaderTemplate》《/headerTemplate》

12,162

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 Web Services
社区管理员
  • Web Services社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧