Is there a property in the data.js file - or any other file - where the pulldown menu can be hidden initially until needed?
Return to Recent Questions
Q:
Is there a property in the data.js file - or any other file - where the pulldown menu can be hidden initially until needed?
A:
You can hide the menu onload
document.getElementById('dm0m0').style.visibility = "hidden";
And then show the menu when your user will be validated.
Return to Recent Questions
Related:
- Feb 01, 2007 - Can I use this CSS menu to create pulldown menus on a Mac (Mac OSX).
- Feb 24, 2007 - I built the dhtml pulldown menu and tried it in my site and I see nothing but text
- March 12, 2007 - The css pulldown menu menu behave a looks differently in IE 6 and Firefox
- July 18, 2007 - I couldn't change the position of my java pulldown menu.
- Sep 01, 2007 - We see an empty image in the left corner of the java pulldown menu.
- Nov 24, 2007 - I need to have a css horizontal menu and a vertical menu on the same page?
- Dec 09, 2007 - I use v3.0. I cannot manage to search within the dhtml pulldown menu...
- Dec 19, 2007 - In Firefox, the menu bar css is hidden behind Flash player. Anyway to fix this?
- Dec 21, 2007 - In Firefox, the java popup menu is hidden behind Flash player. Anyway to fix this?
- May 12, 2009 - Can you resize the height of a submenu button in my dhtml pulldown menu to 22px?
- May 25, 2009 - I used the drop menu creator to create a simple tab example, it initially appears fine , but when I *first* click on a tab I always get a javascript error...
|