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