Test to set up menu
Moderator: General Moderators
Test to set up menu
How to set up menu like window menu bar?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
setting up a menu bar involves a bunch of javascript. Searching google could yield something like:
http://inspire.server101.com/js/mb/
http://inspire.server101.com/js/mb/
-
kettle_drum
- DevNet Resident
- Posts: 1150
- Joined: Sun Jul 20, 2003 9:25 pm
- Location: West Yorkshire, England
table over html controls
I was making fine good looking sleek menubars all this time with heavy javascript code and just recently i found out a major problem with this. In the site Im currently working on now there is a strip of html controls right below the menubar. It seems that the select and some others will ALWAYS come on top of anything else because they're os/windows controls ? Now Im trying to figure another way out to solve this and making visibility false to the controls when the pulldown table comes over is really not so easy. Making the selects as activex objects is heavier than javascript. It would rather be in java if someone's going for activex.
But is there another way to get around this ? With table coming on top of html controls ?
But is there another way to get around this ? With table coming on top of html controls ?