The text on the dropdown menu item is not centered as it shows in the preview...
Return to Recent Questions
Q:
The text on the dropdown menu item is not centered as it shows in the preview, How do I fix?
A:
The reason is in your style
TD {
VERTICAL-ALIGN: top
}
Try not to define style for Table, TD, TR elements they can affect the
menu.
Set also the following parameter:
var itemAlignTop="center";
Return to Recent Questions
Related:
- Sep 06, 2006 - The alighment of the dropdown menu is off to the right in Firefox...
- 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 25, 2006 - My menu icons are not appearing in the preview, or when I launch deluxe-menu.html
- Oct 26, 2006 - I would like to load an iframe into one of the items in oncontextmenu.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Nov 04, 2006 - There are the features that, unfortunately, cannot be done in javascript drop menu...
- Nov 07, 2006 - The menu appears perfectly in the css menu maker preview screen, but not on the page.
- Nov 10, 2006 - I want to set the status bar messages to another than the link text from the xp menu items?
- Nov 22, 2006 - I cannot get the background color of the html popup menu to change
- Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
|