[quote=HyoutoN]the common format for tooltips is like this..
title="parameter1=[value1] parameter2=[value2] parameter3=[value3]......"
Parameter Header.
Default value = blank
Value = string
for header.
Parameter Body.
Default value = blank
Value y = string
body of the tooltips.
Parameter Fadespeed.
Default value = 0.04
Value = between 0 - 1
to make how fast tooltips show (fade in).
Parameter Delay.
Default value = 0
Value = integer
delay for tooltips to show
for example :
<DIV style="BORDER: #558844 1px solid;WIDTH:200px;HEIGHT: 75px">
value of DIV bla bla bla
</DIV>
now with tooltips
<DIV title="header=[ Header] body=[
Your TXT tooltips]" style="BORDER: #558844 1px solid;WIDTH:200px;HEIGHT: 75px">
DIV bla bla bla
</DIV>
if you want your tooltips with image (GIF,JPG,PNG)
Code:
<DIV title="header=[ Header] body=[Your TXT<br><img src='IMAGE URL'>]" style="BORDER: #558844 1px solid; WIDTH:200px; HEIGHT: 75px">
DIV bla bla bla
</DIV>[/quote]
i dont understand this part
