Search found 4 matches

by JB car pages
Thu Mar 08, 2007 12:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with Submenus on horizontal menu placed in table
Replies: 18
Views: 14593

Yes, that's good.

Has this existed before? If so, I might have to look around a little more in the future.

Regarding the css: I just posted that for future reference in the forums, if someone encounters the same problem. I always search the forums first, before posting, so this might help others ...
by JB car pages
Wed Mar 07, 2007 4:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with Submenus on horizontal menu placed in table
Replies: 18
Views: 14593

It might be helpful for future users to point this out on the instructions page.

I also encountered a problem in Firefox, where the submenus wouldn't align with the parent buttons. This was due to the fact that I had specified "position:relative" for the table/div the menu was positioned in.
by JB car pages
Tue Mar 06, 2007 10:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with Submenus on horizontal menu placed in table
Replies: 18
Views: 14593

It seems this problem has been solved. I just downloaded a sample from this site, and tried that. It works now.

I'd deleted this part from the menu_data.js, as I didn't know it had to be listed both there and on the page: drawMenus();
by JB car pages
Tue Mar 06, 2007 8:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with Submenus on horizontal menu placed in table
Replies: 18
Views: 14593

Problems with Submenus on horizontal menu placed in table

Hi,

I have a problem with the positioning of the submenus on my site. I center the page (780px wide) with css (margin: 0 auto), and this leads to the submenus being centered on the site, as well. I.e., the submenu that's most to the left, is left of the center, and from then on, the submenus move ...