paulkinzett / toolbar

A tooltip style toolbar jQuery plugin
http://paulkinzett.github.com/toolbar/
MIT License
2.3k stars 321 forks source link

Images are not displayed on toolbar buttons #40

Closed etichenor closed 9 years ago

etichenor commented 9 years ago

All of my files are in the right place, such as /images, /scripts, /css etc. Made sure to point bootstrap.icons.css to the png such as background-image: url("images/glyphicons-halflings.png") Bootstrap.js and jquery*.js are included in the project and html. All files recommended in the documentation are included in the project and html.

When the toolbar is displayed, there are no images on the buttons. However, the toolbar does display as expected on hover. Any ideas what could be wrong?

image

etichenor commented 9 years ago

Nix this. Problem has been solved by replacing path to png with a relative path ../images vs. images.