【发布时间】:2016-01-13 22:41:03
【问题描述】:
是否可以对 jQuery 选项卡应用不透明度?它适用于手风琴,但我无法让它适用于标签。
CSS
.ui-tabs{
background-image: none;
background: rgba(204, 204, 204, 0.5);
}
.ui-tabs-nav{
background-image: none;
background: rgba(204, 204, 204, 0.5);
}
.ui-tabs-panel{
background-image: none;
background: rgba(204, 204, 204, 0.5);
}
【问题讨论】:
-
你自己有没有尝试过?
标签: javascript jquery html css