In the clicktip_targetXXX class located in the hovertip.css file of the module is referencing information.png which is not included with the latest download of the module.

Comments

irodriguez’s picture

Status: Active » Closed (fixed)

I found a direct link to the missing image. I think it would be important to include this file in the download.
http://www.dave-cohen.com/modules/hovertip/information.png

zet’s picture

Status: Closed (fixed) » Active

information.png still does not exist in the module files

.clicktip_targetXXX {
				 background-image: url(information.png);
				 background-repeat:no-repeat;
				 background-position: top right;				 
				 padding-right: 20px;
}

Please include information.png in the module package

there is just an hoverinfo.png used in other css class

.hoverinfo_target {
  background: transparent url(hoverinfo.png) no-repeat center center;
  padding: 8px;
  margin: 0 .2em;
  display: inline;
  position: relative;
  top: -.5em;
}