alignement problem with ie & mozilla

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Peter Jecker
Beginner
Beginner
Posts: 2
Joined: Sun Jun 06, 2004 2:56 pm

alignement problem with ie & mozilla

Post by Peter Jecker »

Hello,
im taking care of the website of an art school ( http://www.hetsr.ch/accueil.html ) where your menu was used.
I upgraded to the newer version but now i have some alignement problems with ie6 and mozilla 1.7b, but strangly its ok with netscape 4.7...

the problem is the following, for all the submenu which are NOT alwaysvisible, i have a shift of position of 10px in X and Y (the submenu appear 10px too low, and 10px too much left). I temporarily fixed the problem by removing 10px from the top value and adding 10px to the left value. But now it look bad in netscape 4.7 (its now too high and too much right there).

all the menu which are set as alwaysvisible are correctly positionned.

the menu config file is there http://www.hetsr.ch/js/menu_manufacture.js

any idea whats the problem is?

tia
Peter
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 may work best to 0 the top submenu positions and then use this:

left="offset=15px";
top="offset=15px";

in the submenu style, to be clear that's right after style=

maz
Peter Jecker
Beginner
Beginner
Posts: 2
Joined: Sun Jun 06, 2004 2:56 pm

Post by Peter Jecker »

hello,
thanx for the tips
but i wasnt able to fix the problem
finally i decided to load a different menu config .js if the user use netscape 4.7 or 4.8, its not very pretty but it work, so problem solved, somehow.

Peter
Post Reply