ThemePath and Firefox Images

  1. #1

    ThemePath and Firefox Images

    I am using a custom theme for my application and ran into an obscure problem where the theme's images weren't showing up in Firefox, while they rendered fine in IE and Chrome. For example, the combobox trigger was not rendering in Firefox.

    Firefox could not find the images that were relative to the CSS file (even though it was able to locate the CSS file). It turns out the issue was that I used backward slashes in my themePath setting instead of forward slashes. I define my theme path in the web.config file -- before it was like this:
    <extnet themePath="themes\mytheme\mytheme-all.css">
    It needs to be like this:
    <extnet themePath="themes/mytheme/mytheme-all.css">
    Changing it to use forward slashes fixed this issue for me.
  2. #2
    Hi @tylert,

    That is interesting. Thank you for sharing!

Similar Threads

  1. [CLOSED] themePath web.config
    By Kev in forum 2.x Legacy Premium Help
    Replies: 10
    Last Post: May 17, 2013, 1:11 PM
  2. [CLOSED] background images
    By JCarlosF in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 15, 2013, 10:31 PM
  3. htmlEditor and Images
    By fabiomarcos in forum 1.x Help
    Replies: 1
    Last Post: Jun 27, 2011, 8:58 AM
  4. [CLOSED] Combobox with images
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Oct 22, 2010, 12:14 PM

Tags for this Thread

Posting Permissions