darksecu
05-21-2012, 10:44 AM
i have created a script, so in setting area i need to show [?] in front of every setting field and when user move cursor over [?] i want them to see a small popup displaying information and when they move cursor out it closes ...
i need some way in which i don't need keep huge text in files ...
simple way like <span id=###>Here Goes The Text</span>
----------------------------------------------------------
<span ONMOUSEOVER="popup('Link description here','yellow')"; ONMOUSEOUT="kill()">[?]</span>
working this way .... any way to convert "~~ONMOUSEOVER="popup('Link description here','yellow')"; ONMOUSEOUT="kill()"~~" party in few alphabets ?
i need some way in which i don't need keep huge text in files ...
simple way like <span id=###>Here Goes The Text</span>
----------------------------------------------------------
<span ONMOUSEOVER="popup('Link description here','yellow')"; ONMOUSEOUT="kill()">[?]</span>
working this way .... any way to convert "~~ONMOUSEOVER="popup('Link description here','yellow')"; ONMOUSEOUT="kill()"~~" party in few alphabets ?