svenaldo
04-19-2011, 08:48 AM
1) Script Title: Cool DHTML Tooltip II
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip2.htm
3) Describe problem: Hi, quick question! does anybody know how to have multiple lines of text in the tooltip.
i.e my tooltip is used for translation so i would want to show two lines in the tooltip. the english word then the spanish translation on the next line eg.
hello
hola
so the input would be something like
[code]<span onmouseout="ddrivetip()" onmouseover="hidedrivetip('hello','hola')">hello</span>[ICODE] or maybe a title then content ... im not sure how to do it successfully?!
thanks to anybody that can help?!!
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip2.htm
3) Describe problem: Hi, quick question! does anybody know how to have multiple lines of text in the tooltip.
i.e my tooltip is used for translation so i would want to show two lines in the tooltip. the english word then the spanish translation on the next line eg.
hello
hola
so the input would be something like
[code]<span onmouseout="ddrivetip()" onmouseover="hidedrivetip('hello','hola')">hello</span>[ICODE] or maybe a title then content ... im not sure how to do it successfully?!
thanks to anybody that can help?!!