joon
01-12-2009, 01:22 PM
1) Script Title: Cool DHTML Tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm
3) Describe problem: my target customers are using width=1024.
I like to desinate width=800 since the balloon has a long paragraph.
As I desinate width=800 like the below, some part of the balloon can be hidden by the limit of the browsers' width.
<a href='LINK.com' onMouseover="ddrivetip('JavaScriptKit.com JavaScript tutorials', 800)";
onMouseout="hideddrivetip()">LINK</a>
Can I desinate the position of the lightYellow balloon?
(I like to put the lightYellow balloons on the center of the browser horizentally whereEver the LINKs are because I want to put long paragraphs into theballoons.)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm
3) Describe problem: my target customers are using width=1024.
I like to desinate width=800 since the balloon has a long paragraph.
As I desinate width=800 like the below, some part of the balloon can be hidden by the limit of the browsers' width.
<a href='LINK.com' onMouseover="ddrivetip('JavaScriptKit.com JavaScript tutorials', 800)";
onMouseout="hideddrivetip()">LINK</a>
Can I desinate the position of the lightYellow balloon?
(I like to put the lightYellow balloons on the center of the browser horizentally whereEver the LINKs are because I want to put long paragraphs into theballoons.)