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

Hide border from rad window

3 Answers 211 Views
Window
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Ron asked on 27 Dec 2011, 03:59 AM
Hi,

Can you tell me how to hide or remove the border from rad window? Please see attached file it includes an image of the window which has a grey border that I'm trying to remove. The code below is the latest I've tried.
.RadWindow.rwNoTitleBar .rwShadow .rwTitlebar, .RadWindow.rwNoTitleBar .rwShadow .rwTopLeft, .RadWindow.rwNoTitleBar .rwShadow .rwTopRight {
  height: 13px !important;
}

3 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 27 Dec 2011, 05:49 AM
Hello Ron,

Check the following forum thread which discussed similar scenario.
Window without border

Thanks,
Princy.
0
Ron
Top achievements
Rank 1
answered on 27 Dec 2011, 01:44 PM
Thanks Princy that helped. Just one more question. My background for the pop up is a .png image with rounded corners. I chose the .png format so I could take advantage of transparency for the rounded corners but it appears it did not work. Would you have any idea how to make the background transparent so I could get the full effect of the rounded corners. I attached an image to give you a better idea. Here's the css I used:
#Container
{
    width:500px;
    height:550px;
    background:url("../Images/ViewEmail.png");
    background-color:transparent;
}
Thanks,
Ron.
0
Shinu
Top achievements
Rank 2
answered on 27 Dec 2011, 01:52 PM
Hello Ron,

Some of the built-in skins of the RadWindow have rounded corners, for example Black, Default, Forest, etc; and most of the others have rounded corners at least for the titlebar. Check this online demo for more on this.

Thanks,
Shinu.
Tags
Window
Asked by
Ron
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Ron
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or