Search found 3 matches

by koos
Thu Feb 09, 2006 11:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Empty space between menu items
Replies: 2
Views: 2407

Empty space between menu items

Is it possible to add empty space between main menu items in a horizontal menu? Ie, I don't want the menu to appear as one panel, but as seperate 'buttons' so to speak.
by koos
Wed Feb 08, 2006 9:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: <td> style in .css messes up menu
Replies: 2
Views: 2384

Thanks, will try that....


Hi,

The menu is sensitive to <table> and <td> styling, as well as some other generic tag styles. The answer is to not style the tag directly, but to create a class. So, you would want to replace "td { my style }" with "td.whatever { my style }.

Since you seem versed in ...
by koos
Wed Feb 08, 2006 8:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: <td> style in .css messes up menu
Replies: 2
Views: 2384

<td> style in .css messes up menu

Hi,

I have a style for the <TD> element in my custom stylesheets.

My menus that have submenus now use this style to decorate itself instead of the styles defined in the milonic configuration.

Any ideas how to bypass this? I HAVE to have the <TD> elements style defined in .css.