0
是否可以將不透明度應用於jQuery選項卡?它適用於手風琴,但我無法將它用於製表符。Tab不透明使用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);
}
您是否嘗試過自己什麼? –
[只更改背景顏色中的Alpha通道]的可能重複(http://stackoverflow.com/questions/30794997/change-only-alpha-channel-in-background-color) – CoderPi