[thelist] SELECT and TITLE

Tom Dell'Aringa pixelmech at yahoo.com
Mon Nov 11 11:50:04 CST 2002


Hi all,

I seem to be having trouble (IE6) in getting the TITLE to show up on
an SELECT element. Here's the code

<select name="state" tabindex="4" title="Choose the state where the
Client is located." onmouseover="help(this.title);"
onmouseout="help('&nbsp;');" onfocus="help(this.title);"
onblur="help('&nbsp;');">
<option value="--" default="default">--</option>
<option value="AK">AK</option>
<option value="AL">AL</option> etc
</select>

The help function merely writes the title somewhere else..but the
title also shows up too, on all the other elements other than the
select element.

Anyone?

Tom

Tom

=====
var me = tom.pixelmech.webDeveloper();

http://www.pixelmech.com/
http://www.maccaws.com/
[Making A Commercial Case for Adopting Web Standards]

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2



More information about the thelist mailing list