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

Making Icon on top left corner of Rad WIndow visible false

3 Answers 131 Views
Window
This is a migrated thread and some comments may be shown as answers.
Avik
Top achievements
Rank 1
Avik asked on 12 Aug 2008, 07:22 AM
Hi,
    I am using Rad Window for asp.net ajax and i have set the Skin to Outlook now the problem is that i am not able to make the Icon which comes on the top left hand corner of the window to be visible false.

I tried making it visible false in the CSS file by adding the display:none attribute to the window icon but still it is not reflecting .

I am not sure whether i am doing it in the right place or there is something wrong  .PFB the code in the CSS file.

div.radwindow_Outlook

table.titlebarcontrols a.windowicon
{
background: transparent url('Window/Icon.gif') no-repeat left top;
width: 16px; height: 16px;
cursor: default;
margin: 6px 0 0 2px;
display: none;
}

Can anyone let me know what is the correct fix for the issue?

Thanks,
Avik.

3 Answers, 1 is accepted

Sort by
0
Avik
Top achievements
Rank 1
answered on 12 Aug 2008, 09:27 AM
Hi ,
    Can anyone from Telerik team provide a solution for the above issue?Please help me out with this since it is of great importance.



Thanks,
Avik.
0
Accepted
Shuchi Bhalla
Top achievements
Rank 1
answered on 12 Aug 2008, 05:25 PM
Hi Avik

I am implementing a similar scenario and the following setting works fine:

div.radwindow_CustomSkin

table.titlebarcontrols a.windowicon

{

display:none;

}

Try removing all the other attributes in this CssClass.

~Shuchi

0
Avik
Top achievements
Rank 1
answered on 13 Aug 2008, 04:26 AM
Hi Shuchi,

Thanks for your reply.
We have implemented the same in our project and it is working fine.

Regards,
Avik
Tags
Window
Asked by
Avik
Top achievements
Rank 1
Answers by
Avik
Top achievements
Rank 1
Shuchi Bhalla
Top achievements
Rank 1
Share this question
or