hi
i have a table , you can see it here: http://jsfiddle.net/webYa73/xuw23/
i have a select box with 7 options when i roll over an option i see a different text on the bottom of the page. Do you have any idea of how should i do it?
Your meant to post the code that your having a problem with and not a link. You might get an answer if you posted the script wrapped in the appropriate forum tags.
you could assign "mouseover" event listener to <option /> but that doesn't work in all browsers
solution that I've used when faced same problem was using custom select box where all browsers could detect event on <option/> like elements
Bookmarks