WebsiteBaker Support (2.8.x) > Templates, Menus & Design
IE7 dropdown menu problem
(1/1)
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:
--- Code: ---bedrijf
het bedrijf onze medewerkers onze klanten
--- End code ---
While it should be like:
--- Code: ---bedrijf
het bedrijf
onze medewerkers
onze klanten
--- End code ---
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!
BerndJM:
Hi Bramus,
think the reason for that is the float:left in your #navigatie li
you should try something like
--- Code: ---#navigatie li ul li { float: none; }
--- End code ---
Regards Bernd
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:
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
Navigation
[0] Message Index
Go to full version