Click to See Complete Forum and Search --> : Menuing System questions
lucid77
06-18-2003, 10:08 AM
I am attempting to construct a simple menu system in JS that when you rollover an existing button it unhides a lower section of the navigation menu. I am fairly new to javascript,will this language be my savior in this project? I assume its just setting a visible and nonvisble attribute to div's correct?
-lucid
Epadeam
06-18-2003, 10:43 AM
Hi
If you use a div to contain your the part of the menu you want to hide/show and then just set the div's style.display attribute to 'inline' or 'none'.
lucid77
06-18-2003, 11:02 AM
Is this the most common way to accomplish this? Or is there another method I should look for. I am trying to build something similar to the following url's navigation bar.
http://www.hostingcontroller.com
any thoughts?
Epadeam
06-18-2003, 11:21 AM
Not sure about that one sorry, that hosting controller menu looks a little more complex than simple divs. I guess you could use divs and give them absolute positions to get them to appear under the menu buttons but there is probably some script out there which will build menus like that for you.
Not sure about that one :confused:
Sorry I couldn't be more help