2013-07-22 50 views
1

我想更改顏色或刪除選項卡的綠色邊框。我怎樣才能做到這一點?我用strip模式使用Telerik PageView。 感謝在Telerik中更改背景顏色或隱藏邊框radPageView

enter image description here

+0

是網站生活,如果它is..within5分鐘我將能夠?修復肯定......或任何可重現的場景...... –

+0

這看起來像一個winforms應用程序。我們仍然需要一個可重現的場景來幫助你。 – checho

回答

1

嘗試使用followimg CSS和標記

.multiPage 
    { 
     border:none !important;//to remove the green border 
     background:green !important;/to change the background color 
    } 

ASPX:

<telerik:RadMultiPage runat="server" ID="RadMultiPage1" 
     CssClass="multiPage"> 
     .................. 
    </telerik:RadMultiPage> 
+0

這是一個Windows應用程序而不是網頁。 –

+0

什麼是網絡或Windows .. ??這個代碼適用於兩個.... –