What form of script is written like this? This is a mouse over tool tip script that tips on mouseover. The output for the tip is between the onmouseover and onmouseout.
Code:
onmouseover="Tip ('<table border=\'0\' cellspacing=\'5\'><tr><td style=\'font-size:10pt;background:#ffffff;\'>
<img src=images/foo.gif width=145 height=110 ><\/td><\/table>onmouseout="UnTip()">
And how would I relace the <table><\/table> with a working <div id="foo"> </div>
Is this just parsing html in javascript?
I can't seem to get a <div id="foo"> </div> to work.
Any suggestions?
__________________
Man... IE stinks ... and If I get one more contingency offer!!! **Sydpixel**
|