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 correct image get
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
Post a Comment