[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] JavaScript Mouseover



On Mon, 2005-05-30 at 01:19, joh6nn wrote:
> http://www.kryogenix.org/code/browser/nicetitle/


This is really cool.  Is anyone here using it?  I've got it partially
implemented in our Java Script.  I want to use this idea for help text
so the link display is not even useful to me.  One problem I got is that
a form is part of a table

<table>
 <tr>
   <td>Device Name:</td>
   <td>
    <input type="text" name="d_name" /> 
   </td>
 </tr>

This example on the page works for only <a href> links.  And my labels
are simply plaintext.