The other problem I am having is that the drop down menu select is left justified and I would like it to be centered on my page (table)
Return to Recent Questions
Q:
Thank you for the information. I have been successful in getting
the drop down menu select to appear on my index.htm file.
I'm having some problems fine tuning it. I placed the code and
files as indicated on the file. What I get is a menu appearing at
the top of the page and a link titled: Trial Version where I want
the menu to appear.
The other problem I am having is that the drop down menu select is left
justified and I would like it to be centered on my page (table).
A:
Check that you're using relative position for the drop down menu select. You should
set:
var absolutePos=0;
var posX="0px";
var posY="0px";
Return to Recent Questions
Related:
- Sep 02, 2006 - Little vertical spacers between menu items in the drop down menu.
- Sep 04, 2006 - Set a menu item to pressed when a page is loaded.
- Sep 06, 2006 - The alighment of the dropdown menu is off to the right in Firefox...
- Sep 06, 2006 - The first item of the html drop down menu stays highlighted.
- Sep 11, 2006 - How can I hide my dropdown menu on print?
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 15, 2006 - Are vertical menus also supported? I don't see any in the javascript menu examples.
- Sep 16, 2006 - I need to be able to highlight the selected menu item of the html tree menu.
- Sep 17, 2006 - How can your javascript onmouseover menu be set to open by click?
- Sep 18, 2006 - Does the js menu work to load pages into an iframe?
- Sep 22, 2006 - Where do I add my "blahblah.htm" page links in js menu?
|