Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:31
valign
Poster: mas
Dated: Monday September 26 2005 - 7:00:33 BST
Under Menu Properties reference:
valign 61
The valign parameter adjusts the vertical alignment of the text within the all menus.
Values: top, middle or bottom.
Example: valign='top'; <-----------------------------This has got single quotations. Is this right or have to be double quotations? Or no quotations?
This did not work somehow, please help.
mas
Poster: Andy
Dated: Friday September 30 2005 - 10:48:05 BST
Single or double quotes, should make no difference if it's a property by itself.
Quotes only get tricky when you combine the two.
valign
Poster: mas
Dated: Sunday October 2 2005 - 8:05:22 BST
Hi Andy,
Thank you for you reply. I have tried to put "valign" and I found that the problem is not "valign" something else.
I posted again under subject " valign".
valign
Poster: mas
Dated: Sunday October 2 2005 - 8:09:44 BST
----------> This is updated post
All menu items are displaying on top end in Main Menu.
here---> http://www.wing-oceania.co.nz/english.html (pls look blue menu)
(sorry my japanese)
I tried to put "valign=middle" into the "text=", but it did not work.
Somehow the same menu items in the second directory are displaying perfectory in the middle in Main menu.
here---> http://www.wing-oceania.co.nz/uni-care/index.html
Why?
I checked css, but it seems to be ok. no conflict?
Anyone give me advice please.
Poster: Ruth
Dated: Sunday October 2 2005 - 15:44:23 BST
I don't really know why there is a difference, except the layout is different which might do it.
Code:
<td valign="top" height="18" colspan="2"> from the english.html page
Code:
<td height="22" valign="top" colspan="4"> from the uni-care/index.html page
You also seem to have a call for mmenudom.js twice. Once where it is supposed to be with the milonic_src.js, mmenuns4.js and then down below the menu_data.js file you have a call for it again, at menu/mmenudom.js
It should only be in the first place up before the menu_data.js file.
You also have a submenu in your embedded main menu data file. That should be in your menu_data file with the styles. The submenu, according to the directions for placing a menu in a table are supposed to be built first before the main menu is built and should be called right after the body tag.
Ruth