Search found 3 matches

by ick
Thu Dec 07, 2006 3:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: offset issues
Replies: 7
Views: 6531

It seems like if it's in a div, with a height attribute, safari acts just like the other browsers, so it seems like that did the trick.

On it's own, it still pops the menus above the buttons though.
by ick
Wed Dec 06, 2006 7:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: offset issues
Replies: 7
Views: 6531

Try this - add the global buildAfterLoad=true; TO THE TOP of your menu data file. This will build the menus after the page has loaded and the div tags are created.

That seems to have done the trick on IE and FF.
The only problem is that it now sets an odd offset on Safari. See screenshot below ...
by ick
Wed Dec 06, 2006 5:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: offset issues
Replies: 7
Views: 6531

offset issues

I'm trying to troubleshoot Milonic on a test site to see if I want to use it...
I can't seem to get the submenus to line up, positioned in a centered div.

Here's my test code:



<div style="margin-top: 50px; margin-left: auto; margin-right: auto; width: 900px; height: 150px; background: #000 ...