javascript - select box issue in IE when using BOXOVER.js tool tip -


i using boxover.js tool tip:

http://www.koders.com/javascript/fid8780cbe6d1bee164fc239aa55dcb13a53b3536e8.aspx?s=document#l6

the tool tip works elements except select box in ie.

i have code need show image tool tip on selecting option in select box.

ex:

<select name="categoryname" id="categoryname" style="width:50%;" size="10" >     <option value="">--select category--</option>     <option title="cssbody=[bdycss] cssheader=[hdrcss] header=[category] body=[<center><p><img src='icon1.png'></p>]" value="1">category1</option>     <option title="cssbody=[bdycss] cssheader=[hdrcss] header=[category] body=[<center><p><img src='icon2.png'></p>]" value="2">category2</option>     <option title="cssbody=[bdycss] cssheader=[hdrcss] header=[category] body=[<center><p><img src='icon3.png'></p>]" value="3">category3</option>       </select> 

pls me in fixing issue. in advance.

ie6 not [ie7 onwards does] support title property option tag. can have same title options setting title attribute in select tag.

another option have dhtml popup tooltip.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -