Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:39

Div on top of menu


Poster: MRI
Dated: Thursday March 4 2004 - 14:47:06 GMT

Hi

I'm trying to place a div with icons on top of a menu. But regardsless of what z-index i give the div, the menu stays on top.

http://morsbank.inet-designer.dk/

Any ideas??

Martin


Poster: Maz
Dated: Thursday March 4 2004 - 21:55:41 GMT

True, the menu is the top layer.

I can't tell what you are trying to accomplish, but you can use images within the menu, see menu styles on the home page.

There are styles to use css styles or place a div around text.

text=<span style=\"attribute:value\">Menu</span>;

maz


Poster: MRI
Dated: Friday March 5 2004 - 8:01:56 GMT

Because of the overall placement the top menu has a fixed width off 780px and is center aligned.

In the area to the right of the menu there's two icons - home and sitemap. I can't put these in the menu because there're supposed to be aligned to the left edge off the boxes below.

The menu catches the mouseevents from the icons. The best solution would be to place the icons on top off the menu...

Hopes this gives you a clearer view of the problem.

There's a problem with the site on macs - I'm working on that.

Martin


Poster: Maz
Dated: Friday March 5 2004 - 9:03:14 GMT

The left edge is 24px, in the menu make the first 2 menu items image=/
In menu style use
top=100;
left=24;

you might need to resize menuwidth by 24px.

hi ;)
maz


Poster: MRI
Dated: Friday March 5 2004 - 9:20:01 GMT

I'm not sure what you're are suggesting.

The topmenu is centeraligned and has a fixed width.

top=100;
menuwidth=718;
alwaysvisible=1;
orientation="horizontal";
screenposition="center";


I've removed the left offset and reduced the menuwidth. This way it's it tidyer. But if left is set to 24, the menu won't be center aligned.

Is there a better way of positioning the menu??