Ok, I have the directory structure
App_themes/{theme}
/Images
{theme}.css
{theme}.skin
*.gif(s)
i am using a rad:ComboBox in my web page.
What I am trying to do is move the DropArrow.gif, moreResults.gif,ScrollDown.gif into the images directory. When I place the files in the images dir they do not display on the page. Viewing the properties of the image from the browser is shows their path as ...../app_themes/{theme}/drowArrow.gif.
Is there a way to set the location of the image used by the ComboBox Control? There are other images referenced from the CSS I am able to move into the images folder. Such as the dropDownBg.gif image. However, the DropArrow.gif is not set using the CSS.
I started off using the WebBlue Theme supplied by Telerik and have started to make changes from there.
Thanks,
John
App_themes/{theme}
/Images
{theme}.css
{theme}.skin
*.gif(s)
i am using a rad:ComboBox in my web page.
What I am trying to do is move the DropArrow.gif, moreResults.gif,ScrollDown.gif into the images directory. When I place the files in the images dir they do not display on the page. Viewing the properties of the image from the browser is shows their path as ...../app_themes/{theme}/drowArrow.gif.
Is there a way to set the location of the image used by the ComboBox Control? There are other images referenced from the CSS I am able to move into the images folder. Such as the dropDownBg.gif image. However, the DropArrow.gif is not set using the CSS.
I started off using the WebBlue Theme supplied by Telerik and have started to make changes from there.
Thanks,
John