This is a migrated thread and some comments may be shown as answers.

Radwindow TitleTab Transparency

1 Answer 64 Views
Window
This is a migrated thread and some comments may be shown as answers.
July
Top achievements
Rank 2
July asked on 10 Aug 2012, 04:38 PM
The title bar has transparency, an show as inactive windows.
I tried to create css like this:


    
         
.RadWindow table .rwTitlebar, .RadWindow table .rwTopLeft, .RadWindow table .rwTopRight, .RadWindow table .rwFooterLeft, .RadWindow table .rwFooterRight, .RadWindow table .rwFooterCenter, .RadWindow table .rwBodyLeft, .RadWindow table .rwBodyRight
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
    opacity: 1 !important;
}
          
.RadWindow.rwShadow table.rwShadow .rwTitlebar, .RadWindow.rwShadow table.rwShadow .rwTopLeft, .RadWindow.rwShadow table.rwShadow .rwTopRight, .RadWindow.rwShadow table.rwShadow .rwFooterLeft, .RadWindow.rwShadow table.rwShadow .rwFooterRight, .RadWindow.rwShadow table.rwShadow .rwFooterCenter, .RadWindow.rwShadow table.rwShadow .rwBodyLeft, .RadWindow.rwShadow table.rwShadow .rwBodyRight
{
    filter: none !important;
}   

But didn't work.

How I can fix this issue?

1 Answer, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 13 Aug 2012, 11:11 AM
Hello July,

The RadWindow skins use image sprites for the borders and titlebar, so the transparency comes from the images and not from a CSS rule. You can either use another skin that is not transparent (see them all through the skin chooser, e.g. in this online demo), or you can create your own skin with the desired appearance (which is explained in this help article).


All the best,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Window
Asked by
July
Top achievements
Rank 2
Answers by
Marin Bratanov
Telerik team
Share this question
or