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.
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.