title attribute not shownig up???
Posted: Mon Dec 18, 2006 6:00 pm
hello folk
when i specify title attributes to option tags (all nested in a select tag), they show up perfectly in firefox, but not in explorer.
i am referring to this...
so when my lovely drop-down list is selected and i hover my mouse over any of the options, i get a nice popup of the title, but this only happens in firefox 
however, titles specified in link tags...
... show up just fine in both browsers.
how do i get titlte attributes (in option tags) to work in explorer?
the winner gets karma +10.
happy holidays,
k
when i specify title attributes to option tags (all nested in a select tag), they show up perfectly in firefox, but not in explorer.
i am referring to this...
Code: Select all
<option value="url.php" title="foo">meh</option>however, titles specified in link tags...
Code: Select all
<a title="foo" href="etc">link</a>how do i get titlte attributes (in option tags) to work in explorer?
the winner gets karma +10.
happy holidays,
k