Submenu-link = center? & Padding?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
fcefan
Advanced
Advanced
Posts: 20
Joined: Thu Mar 15, 2007 11:31 am

Submenu-link = center? & Padding?

Post by fcefan »

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: Select all

<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?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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: Select all

aI("text=Partner;showmenu=partner;align=left;");
I've sent information to Milonic on this.

Ruth
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

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.
Post Reply