• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tooltip not working

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,

I am using the code shown below to include tooltip pop-up windows with additional information for a web based survey. I used this code in 2011 and 2012 when it worked flawlessly. Now however, it only works properly in IE but not in Chrome or Firefox. I am suspecting that I am using outdated scripting, but I am a noob when it comes to HTML/web programming. Can anyone please tell me why my script is not working properly, and more importantly, what I should alter to make it work?

All help much appreciated.

Kind regards,
Anco Hoen

code:
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It does not look as if the code you posted is complete. Please re-post code with proper formatting and indentation, and be sure to UseCodeTags.

You might also want to explain what exactly is going on, including how you think things should be working and what's actually happening.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic