Some of our customers gave me a link that opens HTML menu (HTML + JS).
I need to use this menu into my application.
The menu location is something like:
http://www.customer_web_site.com/?pagename=HTMLMenu
When ...
I am using Javascript for a menu bar with drop-down submenus. But these drop-down menus appear under my iframe object and are not visible. How do I set the ...
Hello Im after a very specific layout for my dropdown menu. Basically 3 menu boxes listed vertically in a table and then an iframe underneath. When a user selects an option in box 1 , i would like a specific list of options to be displayed in box 2 . The options shown in box 2 must be dependent on box ...
Any help is greatly appreciated! I am creating a drop down menu on my index page that will jump to a specific iframe on an inside page. The only help I seem to find concerns form menus that are targeting iframes within the same page. Here is the code I have so far:
I have a site that is broken up by iframes as is necessary by the specs I have been given. The menu system works fine except in mozilla after mousing over a link and then going into the submenu, the mouseout does not work when you go over the iframe below it. (this however isnt a prob in ie). Any ideas ...
I have a DHTML menu and an Iframe and there seems to be 2 problems. 1) Buttons / Links in the iframe are not clickable. I found out this is due to the div tag because if i put the iframe inside the div tag with the menu the buttons in the iframe work but other problems occur 2) The DHTML ...