thanks for any advise
peter

hi mazMaz wrote:If you mean inside a div, no you don't want to do that.
Can you possibly just use top and left position?
A link might help to see what you have to work with.
maz
I'm thinking that the gap (which appears in IE6/WinXP also) is because you have done what Maz said you should not do: you've placed all of the menu code inside of a div. (1) Remove all of the menu stuff from the div (leave the empty div for spacing if you like). (2) Place your "Main Menu" back in your menu_data.js file. (3) Set the position of your "Main Menu" using the left=0 (or screenposition="left") and top=300 like you currently do. Once outside of the div, the menu should behave properly.peter2 wrote:...it seem to work if one uses monzilla, and that is ok, but if you check it with safari on a mac, there is a big gap between the main menu and the submenu.Maz wrote:If you mean inside a div, no you don't want to do that. Can you possibly just use top and left position?