I would have the floating menu hidden initially and then displayed as the user is validated and gain access to the functionality.
Return to Recent Questions
Q:
We are using your deluxe menu on our live site, but I have a question about the initial setup of the menu.
I need to update the site and a create a new version where the Deluxe Menu is painted, but not
initially displayed until the user has been validated. We are runing the entire
site from a single page with multiple iFrames. I have been using the code
document.getElementById('dm0m0').style.visibility = "hidden"; to hide the menu during startup, but I
would rather have the floating menu hidden initially and then displayed as the user is validated and gain access to the functionality.
So the question is: Is there a property in the data.js file - or any other file - where the menu can be hidden initially until needed?
A:
You can hide the menu onload
document.getElementById('dm0m0').style.visibility = "hidden";
And then show the floating menu when your user will be validated.
Return to Recent Questions
Related:
- Sep 02, 2006 - Can I show / hide the javascript floating menu .
- Nov 26, 2006 - Can I create my floating menu to make it easier for search engines to crawl through?
- Nov 26, 2006 - How to keep my floating html menu in the centre of the page like <centre></centre>
- Dec 15, 2006 - I can't see floating menubar on my test page only direct links...
- Feb 07, 2007 - Does floating menu javascript have support for Chinese or other Unicode characters?
- Feb 28, 2007 - Since I installed the floating menu script on our website the homepage loads slowly
- March 11, 2007 - I cannot configure the actual links or link names in the html floating menu?
- March 27, 2007 - I have the floating menu bar somewhat in location, none of the settings are correct
- April 17, 2007 - In IE7 the licensed copy of the css floating menu displays an "Incorrect Copyright"
- June 13, 2007 - I am trying to get the floating dhtml menu in the left column to float...
- July 28, 2007 - Is there any way to have a floating dhtml menu float in the centre of the screen
|