Jump to content

rynix

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by rynix

  1. Hi guys , is it possible to show a description of an option in a select box, when the mouse is over the option?I had found a solution code <SELECT NAME="selectName"><OPTION ONMOUSEOVER="this.parentNode.title = this.text">1 Kibology<OPTION ONMOUSEOVER="this.parentNode.title = this.text">2 Kibology<OPTION ONMOUSEOVER="this.parentNode.title = this.text">3 Kibology<OPTION ONMOUSEOVER="this.parentNode.title = this.text">4 Kibology<OPTION ONMOUSEOVER="this.parentNode.title = this.text">5 Kibology<OPTION ONMOUSEOVER="this.parentNode.title = this.text">6 Kibology<OPTION ONMOUSEOVER="this.parentNode.title = this.text">7 Kibology<OPTION ONMOUSEOVER="this.parentNode.title = this.text">8 Kibology<OPTION ONMOUSEOVER="this.parentNode.title = this.text">9 Kibology</SELECT>but it only NN6 seems to fire onmouseover events for OPTION elements, IE4/5 not.
  2. rynix

    z-index:1

    Hi guys, any idea on using z-index:1 n cover the drop down list ?<html><head><script type="text/javascript">var timerfunction scrolltop(){document.getElementById('scrollmenu').style.pixelTop=document.body.scrollToptimer=setTimeout("scrolltop()",1)}function stoptimer(){clearTimeout(timer)}</script></head><body onload="scrolltop()" onunload="stoptimer()"><span id="scrollmenu" style="position:absolute;z-index:1"><br /><input type = button value ="always on top"></span><table border="0" width="100%"><tr><td width="100"> </td><td>Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br /><select><option>HERE</option></select><br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br /></td></tr></table></body></html>
  3. Hi guys , i having a problem on the following code of the button i had set to z-index:1 but when this button point to drop down list , the drop down list will cover the button ... any idea on this problem ? thank you .<html><head><script type="text/javascript">var timerfunction scrolltop(){document.getElementById('scrollmenu').style.pixelTop=document.body.scrollToptimer=setTimeout("scrolltop()",1)}function stoptimer(){clearTimeout(timer)}</script></head><body onload="scrolltop()" onunload="stoptimer()"><span id="scrollmenu" style="position:absolute;z-index:1"><br /><input type = button value ="always on top"></span><table border="0" width="100%"><tr><td width="100"> </td><td>Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br /><select><option>HERE</option></select><br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br />Scroll this page to see the "always-on-top" button<br /><br /><br /><br /><br /></td></tr></table></body></html>
×
×
  • Create New...