Tooltips with embedded HTML Tags

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
Martin
Mega User
Mega User
Posts: 113
Joined: Fri Jul 05, 2002 11:57 pm
Location: Zollikon, Switzerland

Tooltips with embedded HTML Tags

Post by Martin »

I tried to display an image instead of text inside a tooltip:

onmouseover="showtip('<img src=images/poops.jpg width=60 height=45 border=0>')"

This works pretty well.

In fact, I'm out of the specs: HTML attributes should have delimiters like an ' or better an ".

I tried to escape the apostrophes like this:

onmouseover="showtip('<img src=\'images/poops.jpg\' width=\'60\' height=\'45\' border=\'0\'>')"

It didn't work out. Should i forget the apostrophes?

Any idea?

Thanks
cheers

====================================
Merlin Consulting
Martin Schaible
Bahnhofstrasse 27
CH-8702 Zollikon
====================================
Post Reply