Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

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:39

Submenu-link = center? & Padding?


Poster: fcefan
Dated: Thursday March 15 2007 - 10:55:01 GMT

Hello, at first: my english ist very bad! Hope you can understand me! :roll:

1. I have one Submenu created at "Community" -- "Partner" and have a subimage included. But why is the Text from the Submenu-Link not left? It is now in center...

http://www.energiefans.de

2. I have shot a picture (the problem is the yellow part!):

Image

The menu in my page look like so:

Code:
<table>
<tr>
<td>MENU</td>
</tr>
<tr>
<td>here is my text etc...</td>
</tr>
</table>


Hope you know what i mean!

Can you help me?


Poster: Ruth
Dated: Thursday March 15 2007 - 16:04:58 GMT

Hi,

I do not know why it is doing that. It shouldn't do that because the left align is default. However, add this to the aI and it will be left. align=left;


Code:
aI("text=Partner;showmenu=partner;align=left;");


I've sent information to Milonic on this.

Ruth


Poster: Andy
Dated: Monday April 2 2007 - 14:45:47 BST

I'm guessing that this could be a CSS issue. Anything inside a table that has its text-align set to center will inherit that value so you will, as Ruth suggested, need to declare a physical left alignment property.