Hello,
I dont know if this can be done (doubt it!!!).
I want "Alt text" to be displayed when a item is selected in a dropdown / select box. The same as the "Alt" when using an image.
eg.
Can this be done with a select / dropdown??Code:<img src="images/accept.gif" width="96" height="17" ALT="Some alternate text displayed here!!">
Thanks,Code:<select name="test" size="1"> <option value="one item" alt="Display alt text here!!">one item</option> </select>
T




Reply With Quote