BackWooD
11-21-2010, 02:54 PM
1) Script Title: Sticky Tooltip script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/stickytooltip.htm
(http://www.dynamicdrive.com/dynamicindex5/stickytooltip.htm)3) Describe problem: Is it possible to use this script in a form?
This does'nt seem to work:
<select multiple="multiple" size="4" class=eerste_keuze name=eerste_keuze id=eerste_keuze>
<option value="van Velzen"><a href="#" data-tooltip="sticky1">van Velzen</a></option>
<option value="Golden Earring"><a href="#" data-tooltip="sticky2">Golden Earring</a></option>
<option value="Herman Brood"><a href="#" data-tooltip="sticky3">Herman Brood</a></option>
<option value="Jan Akkerman"><a href="#" data-tooltip="sticky4">Jan Akkerman</a></option>
</select>
When you hover over a name i would like to show a thumbnail of the face of the person.
Please help?! :o
If not how can i best get this done?
Thx in advance!
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/stickytooltip.htm
(http://www.dynamicdrive.com/dynamicindex5/stickytooltip.htm)3) Describe problem: Is it possible to use this script in a form?
This does'nt seem to work:
<select multiple="multiple" size="4" class=eerste_keuze name=eerste_keuze id=eerste_keuze>
<option value="van Velzen"><a href="#" data-tooltip="sticky1">van Velzen</a></option>
<option value="Golden Earring"><a href="#" data-tooltip="sticky2">Golden Earring</a></option>
<option value="Herman Brood"><a href="#" data-tooltip="sticky3">Herman Brood</a></option>
<option value="Jan Akkerman"><a href="#" data-tooltip="sticky4">Jan Akkerman</a></option>
</select>
When you hover over a name i would like to show a thumbnail of the face of the person.
Please help?! :o
If not how can i best get this done?
Thx in advance!