sachavdk 0 Report post Posted July 16, 2005 Hi, As I suppose everybody knows the JavaScript menus when you roll over a button, a graphical submenu is rolled out (such as the menus in windows). Now I want to try making one myself since it is a project for school and I can't come up with a ripped version of some menu. The idea is when a user goes with the cursor over a tablecell, a javascriptmenu is shown. ie: <table><tr><td onMouseOver="javascript:show_menu('whatever')">Whatever</td></tr></table> I can work with JavaScript and I have some experience using little functions, but this is probably gonna be a huge arithmetical and graphical function. Is there someone who can help me starting to make such a menu? Share this post Link to post Share on other sites
sachavdk 0 Report post Posted July 16, 2005 I'm sorry I'm double posting, but I've forgotten to mention the menu can use some html and images etc. Share this post Link to post Share on other sites
snlildude87 0 Report post Posted July 16, 2005 Why don't you use CSS to generate this type of menu? A full tutorial can found here: http://alistapart.com/article/dropdowns Share this post Link to post Share on other sites
sachavdk 0 Report post Posted July 16, 2005 Hmmm its great . I'm gonna try it to implement in my menus. Thanks Share this post Link to post Share on other sites
Klass 0 Report post Posted July 16, 2005 this might help also:http://forums.xisto.com/topic/85534-creating-tooltips-dhtml-html-css-javascript/ Share this post Link to post Share on other sites
Tyssen 0 Report post Posted July 16, 2005 Why don't you use CSS to generate this type of menu? A full tutorial can found here: http://alistapart.com/article/dropdowns 162123[/snapback] A more up-to-date version of the Suckerfish dropdown can be found here. Share this post Link to post Share on other sites
iwuvcookies 0 Report post Posted July 16, 2005 do these scripts work in firefox?? I do'nt want to download to see if it works. Because I have had javascripts that don'e work. Share this post Link to post Share on other sites
snlildude87 0 Report post Posted July 16, 2005 do these scripts work in firefox?? I do'nt want to download to see if it works. Because I have had javascripts that don'e work. 162185[/snapback] Oh dear. Failed JavaScript sucks, doesn't it? Well, the link that I provided uses CSS and not JavaScript, and YES, it will work in Firefox. Internet Explorer has trouble rendering the menus, but the tutorial provided by me and Tyssen will work in both internet explorer and firefox. Share this post Link to post Share on other sites
Klass 0 Report post Posted July 17, 2005 well the link I provided is on Xisto & Xisto Game site:http://forums.xisto.com/no_longer_exists/Look for Forum Links, Addon Links, Member Controls on the top right. Share this post Link to post Share on other sites
snlildude87 0 Report post Posted July 17, 2005 well the link I provided is on Xisto & Xisto Game site: http://forums.xisto.com/no_longer_exists/ Look for Forum Links, Addon Links, Member Controls on the top right. 162227[/snapback] Uhh, wrong forum? Share this post Link to post Share on other sites
badinfluence 0 Report post Posted July 17, 2005 yes, i agreed css for navigation and menu.. http://css.maxdesign.com.au/listamatic/and if still want to try in java... http://www.dynamicdrive.com/dynamicindex1/index.htmlboth site have demo and browser compatibility chart! Share this post Link to post Share on other sites