Hi, I have created some custom buttons on the editor's toolbar and have set the style for their images in the containing aspx page like this for example:
.rade_toolbar.Default .ProductLink
{
background-image: url(/images/Controls/RadEditor/buttonProductLink.gif);
}
This works fine, however, after changing the editors skin from Default to WebBlue and updating the declaration in my style to instead be:
.rade_toolbar.WebBlue .ProductLink
the image for the button fails to load when the editor is displayed. I need to use this WebBlue skin and need to get the images to display for my custom buttons. Any ideas?
Paul.
.rade_toolbar.Default .ProductLink
{
background-image: url(/images/Controls/RadEditor/buttonProductLink.gif);
}
This works fine, however, after changing the editors skin from Default to WebBlue and updating the declaration in my style to instead be:
.rade_toolbar.WebBlue .ProductLink
the image for the button fails to load when the editor is displayed. I need to use this WebBlue skin and need to get the images to display for my custom buttons. Any ideas?
Paul.
