html - CSS Date Picker Icons Missing -


i downloaded "date picker" http://jqueryui.com/datepicker/ , after moved css file project folder, icons gone.

web-inf/view/templates/images   web-inf/view/templates/datepickercustomer1.css   

in css:

    .ui-widget-content  {       border: 1px solid #8e846b;       background: #feeebd url(images/ui-bg_highlight-soft_100_feeebd_1x100.png) 50%      top repeat-x;   }  

i have tried

background-image: url(images/ui-bg_highlight-soft_100_feeebd_1x100.png) &   background-image: url('images/ui-bg_highlight-soft_100_feeebd_1x100.png') quotes   

none of not working.

the output image
the output image

the correct image get
enter image description here

web-inf directory private area of web application, files under web-inf directory cannot accessed directly browser specifying url http://yousite.com/web-inf/images/myimage.jpeg. web container not serve content of directory.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -