Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The problem appears to be the location of the image files in relation to the CSS file. The jQuery UI CSS sheets reference various image files used in the UI. You should keep all files within the CSS folder and reference them from there. Although I have found that you can move these CSS folders around if necessary. Here is a site I am using with multiple jQuery UI themes. </p> <hr> <p><strong>My directory listing:</strong></p> <hr> <p><img src="https://i.stack.imgur.com/d7O8P.png" alt="enter image description here"></p> <hr> <p><strong>And here are the references from my code:</strong></p> <hr> <p><img src="https://i.stack.imgur.com/EwQuI.png" alt="enter image description here"></p> <hr> <p>I'm coding in ASP.NET so just ignore the content place holder tags. </p> <p><strong>*ALSO KEEP IN MIND...</strong> Each theme folder you see in my directory listing (e.g., "dark-theme") is a sub-folder created within the "CSS" folder when you use <a href="http://jqueryui.com/themeroller/" rel="noreferrer">jQuery's Custom Themeroller</a>. If you were using a default jQuery library, I believe the images folder and CSS files are located directly in the "CSS" folder.** </p> <p><strong>BONUS INFO:</strong> When using <a href="http://jqueryui.com/themeroller/" rel="noreferrer">jQuery Themeroller</a>, they allow you to employ multiple themes by using their "CSS scope" tag. You can use this feature by typing a desired class name in the textbox provided (classes must be prefixed by periods such as in a jQuery selector). If you are using multiple themes, you only need to call the jQuery once, and then reference each necessary CSS file. This is what I have done in my example, and is why it may look slightly more complex than yours when finished.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload