I\'m using Modal Form and Widgets from jQuery, but the icons does not appear. for eg the Cross (X)
and Plus-Minus (+-)
Icons.
When I load the p
I have put the images in a convenient zip file: http://zlab.co.za/lib_help/jquery-ui.css.images.zip
As the readme.txt file in the zip file reads: Place the "images" folder in the same folder where your "jquery-ui.css" file is located.
I hope this helps :)
You need downbload the jQueryUI, this contains de images that you need
enter link description here
They arent missing, the path is wrong. Its looking in non-existent dir 'img' for a file that is in dir 'images'.
To fix either edit the file that declares the wrong path or as I did just make a softlink like
ln -s images img
I met a similar error after adding jQuery-ui-tooltip component using bower. It downloads js + css files only, so I had to manually add images.
A good source to find all the images (for all standard themes) is this CDN.
Just download it and save in your network location.
You can get it form the below.
https://code.google.com/p/vallalarblogs/downloads/detail?name=ui-bg_flat_75_ffffff_40x100.png&can=2&q=
reference: www.thedeveloperblog.com
you have workaround by setting background color instead of this missing icon. Here are the steps to follow:
That will probably work