hi all,
I have this code;
<select>
<option title=“This is Option 1” value=“1”> - 1 - </option>
<option title=“This is Option 2” value=“2”> - 2 - </option>
<option title=“This is Option 3” value=“3”> - 3 - </option>
</select>
When i run this in mozilla and IE, it is showing the title attribute value when i mouseover on it…
but not in chrome and opera, why?