JQuery tooltip plugin: tooltips showing at bottom of page?

I had the same problem because I was not including the default styles provided in jquery.tooltip. Css: tooltip { position: absolute; z-index: 3000; border: 1px solid #111; background-color: #eee; padding: 5px; opacity: 0.85; } #tooltip h3, #tooltip div { margin: 0; } You could either use Firebug with Firefox to check the styles applied to the #tooltip div, or you could check your style sheets to make sure these styles are included. In particular, "position: absolute;" is critical.

I had the same problem because I was not including the default styles provided in jquery.tooltip. Css: #tooltip { position: absolute; z-index: 3000; border: 1px solid #111; background-color: #eee; padding: 5px; opacity: 0.85; } #tooltip h3, #tooltip div { margin: 0; } You could either use Firebug with Firefox to check the styles applied to the #tooltip div, or you could check your style sheets to make sure these styles are included. In particular, "position: absolute;" is critical.

That's fixed it, thank you. – bcmcfc Nov 3 '09 at 12:48.

Thanks, that was a good shout, I didn't have it loaded. However, I have now loaded it and I am still experiencing the same issue. – bcmcfc Oct 8 '09 at 11:12.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions