menu is working fine in firefox and opera but i have a problem with ie6. when i click on sub-menu option it pushes all divs bellow. the only solution i found was to set position to absolute for all objects bellow menu but that will only make more problems. does anyone have a suggestion, what could be the solution for this ?
could be fault of margins, sometimes in IE when you set top/bottom margins on eg li, ul whatever it jumps, possible fix could be add position: relative or float:left or display:inline