[Phpwm] is this possible?
Phil Beynon
phil at infolinkelectronics.co.uk
Wed Jun 13 12:24:26 BST 2007
> > Is it possible to do a tooltip / alt text appearing 'yellow box
> with some
> > text in it' type widget for elements in a form menu/list type
> input field?
>
> Yes it is possible:
>
> <a title="This is the tooltip">menu link</a>
> --
> Alastair Battrick
> http://www.aj8.org
>
Hi Alastair,
If you meant;
<form name="form1" id="form1" method="post" action="">
<select name="select">
<option value="one"><a title="This is the tooltip" >one</a></option>
<option value="two">item two </option>
<option value="three">item three</option>
</select>
</form>
That didn't do anything at all.
Phil
More information about the Phpwm
mailing list