Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SiteMap > Sitemap Image

Not answered Sitemap Image

Feed from this thread
  • Andrew avatar

    Posted on Sep 2, 2010 (permalink)

    Hi,

    I am using the sitemap control - with the 'Black' skin.
    When I add an image it puts a purple border around it - is there a way of removing this?

    Thanks in advance

    Reply

  • Veronica Veronica admin's avatar

    Posted on Sep 3, 2010 (permalink)

    Hello Andrew,

    You can use the following css to remove the border:

    .rsmImage
        {
            border:0;
        }

    Regards,
    Veronica Milcheva
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Andrew avatar

    Posted on Sep 3, 2010 (permalink)

    Thanks Veronica - that did the trick.

     - and thanks for the swift response. 
    Can I just make the point that these controls are the best I have ever seen...The skinning is fantastic.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > SiteMap > Sitemap Image