0
例如在我的代碼中,我想覆蓋.ui-widget-header(對於圖像)和.ui-dialog(設置最大寬度)。如何覆蓋特定的jquery類?
但這會影響我的網格。所以,我需要設置用戶界面的東西電網的編程
.ui-dialog
{
width: 650px !important;
}
#tabs .ui-widget-header
{
background-image: url('images/menu_bg_right.png');
background-repeat: no-repeat;
/*-- begin IE 7 --7% to left, 30% to 100%;55px to 50px*/
background-position: left 100%;
height: 50px;
/*-- end IE 7 --*/
background-color: Transparent;
border: none;
width: 610px;
float: left;
}
圖片(實際):
圖片電網(預計):
謝謝
當你說「這會影響我的網格」時,你能詳細說明一下這意味着什麼以及你在嘗試什麼? – themerlinproject 2011-03-18 06:24:55