AllExperts > DHTML 
Search      
DHTML
Volunteer
Answers to thousands of questions
 Home · More DHTML Questions · Answer Library  · Encyclopedia ·
More DHTML Answers
Question Library

Ask a question about DHTML
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About Jim Stiles
Expertise
I am a Certified Internet Web Designer with eighteen years experience in creating, developing and maintaining both personal and corporate web sites. I have an extensive working knowledge of HTML, DHTML, CSS and JavaScript. While I specialize in CSS, DHTML and JavaScript functions, my main topic is assisting persons and businesses with the overall development and outlay of their web sites. I also have 20 years of experience in Law Enforcement and Corrections. I have an extensive knowledge of all Microsoft Office applications, Windows OS 95 through XP, as well as Microsoft Exchange server 5.5 and Outlook Web Access. I am also certified in Video Teleconferencing, Network Systems Administration and Cisco CCND.

Experience
I have many various certifications from Microsoft and Cisco as well as individual course studies in web site development and advanced database development. I have developed and currently maintain several corporate web sites.
 
   

You are here:  Experts > Computing/Technology > HTML/XML > DHTML > Mouseover Image Rollover Pop Up Menu

DHTML - Mouseover Image Rollover Pop Up Menu


Expert: Jim Stiles - 3/31/2007

Question
I like your menu. Is it possible to put more than one Pop up menu on a page at different positions. I have varied the style sheets to create new locations for the "lilguy target noting the class identifiers have to be modified. I modified the javascript to reflect the visibility:
if(x<60||x>220||y<80||y>166)document.linkmenu.visibility="hide";

becomes in additional script:
if(x<260||x>420||y<80||y>166)document.linkmenu.visibility="hide";

I am only getting the second Pop Up to appear, no first Pop Up. I am not an expert in Javascript. Is there something else I have to do there or elsewhere in the script and stylesheet?

Answer
It would be extremely difficult to do so because of the javascript object class requirements.

I would probably suggest using the DynamicDrive version and replacing the text with images. This will give you what you want without alot of rewritting. You can find the script at the following link:

http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm

Jim.


Ask a Question


 
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2008 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.