Hi,
My code is :
I am getting the effect (tool-tip ) of title attribute in Mozilla FireFox,Code:<SELECT NAME="dropDownList" > <option value="One" title="First Option. This is too long to display with in the list"> First Option </option> <option value="Two" title="Second Option. This is too long to display with in the list"> Second Option </option> <option value="Three" title="Third Option. This is too long to display with in the list"> Third Option </option> <option value="Four" title="Fourth Option. This is too long to display with in the list"> Fourth Option </option> <option value="Five" title="Fifth Option. This is too long to display with in the list"> Fifth Option </option> </SELECT>
In other browsers it is not working. Is there any other alternatives for this?
Thank you for your kind consideration,


Reply With Quote

Bookmarks