IE7 dropdown menu problem

Bramus

Hi Bernd,

When hover on the parent is works, but when you hover the subitem it jumps to 2 lines, can you help me with this also?

Again only in IE7
BRAMUS Internet Services

Bramus

Hi Bernd,

Indeed the float:none did work, did put it on the ul ul for IE only because the other browsers where already displaying the page correctly.

Thanks for the info on the float:none !

Bram
BRAMUS Internet Services

BerndJM

Hi Bramus,

think the reason for that is the float:left in your  #navigatie li
you should try something like

#navigatie li ul li { float: none; }


Regards Bernd
In theory, there is no difference between theory and practice. But, in practice, there is.

Bramus

One problem left to solve that i didnt manage;

Dropdown is not working as i should in IE7.
Site: CLICK!

When you hover "bedrijf" you will see in IE7 the following:

bedrijf
het bedrijf    onze medewerkers   onze klanten


While it should be like:

bedrijf
het bedrijf
onze medewerkers
onze klanten


It is working fine in IE8, Firefox, Safari, Opera, but just not in IE7 Any one knows how to solve this? If you need more code let me know!
BRAMUS Internet Services