Menu on a Mac with IE 5.2

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
Robyn
Beginner
Beginner
Posts: 2
Joined: Thu Mar 04, 2004 12:03 pm
Location: Sydney, Australia
Contact:

Menu on a Mac with IE 5.2

Post by Robyn »

I have downloaded Milonic DHTML menu today in an attempt to make the menu on our poetry group's web site more inclusive, especially for those using IE 5 on a Mac. My current menu looks like this

http://www.haikuoz.org/index.htm

and the Milonic menu is at

http://www.haikuoz.org/test/index.htm - the submenus aren't linked properly yet.

The Milonic menu works much better on the Mac but the submenus don't retain their proper width. The only change that I have made, other than the wording, is to make the main menu's positioning relative to make it fit into the menubar div.

Suggestions, please?
Robyn
Sydney, Australia
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

the submenus are going to mess up when you place it in a div, you can use a table, but it can't be inside a div.

It appears to be working in safari 8O

maz
User avatar
Robyn
Beginner
Beginner
Posts: 2
Joined: Thu Mar 04, 2004 12:03 pm
Location: Sydney, Australia
Contact:

Post by Robyn »

To fit in with the rest of the page layout - centering that white area that will hold the content, it has to be inside a DIV somewhere. The centering is another inclusivity approach - working on different screen sizes.

Anything else?
Robyn
Sydney, Australia
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

It can float on top with screenpostion="center"; and/or menualign="center";

left="offset=2";
right="offset=-2";

is how to adjust the position.

maz
Post Reply