joon
01-13-2009, 01:09 AM
1) Script Title: Cool DHTML Tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm
3) Describe problem:
code1
<a href="http://yahoo.com" onMouseover="ddrivetip('Yahoo\'s Site', 'lightYellow', 250)";
onMouseout="hideddrivetip()">Yahoo</a>
There are two customizations, i.e, lightYellow and 250.
We can change the color and width.
I like to use the color default and width customized.
So I tried to modify the code1 above like the following.
code2
<a href="http://yahoo.com" onMouseover="ddrivetip('Yahoo\'s Site', 250)";
onMouseout="hideddrivetip()">Yahoo</a>But the code2 above shows the color blue instead of the color lightYellow(default).
which part should I modify for showing default color(lightYellow) WITHOUT color desinating - 'lightYellow', 250) - each ?
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm
3) Describe problem:
code1
<a href="http://yahoo.com" onMouseover="ddrivetip('Yahoo\'s Site', 'lightYellow', 250)";
onMouseout="hideddrivetip()">Yahoo</a>
There are two customizations, i.e, lightYellow and 250.
We can change the color and width.
I like to use the color default and width customized.
So I tried to modify the code1 above like the following.
code2
<a href="http://yahoo.com" onMouseover="ddrivetip('Yahoo\'s Site', 250)";
onMouseout="hideddrivetip()">Yahoo</a>But the code2 above shows the color blue instead of the color lightYellow(default).
which part should I modify for showing default color(lightYellow) WITHOUT color desinating - 'lightYellow', 250) - each ?