I have a css horizontal drop down menu. But some of the drop downed menus are longer than the page, resutling of a part of the drop downlist not being accessable (as if one tries to scroll, the just made visible menu is undone by hovering away from it).
How can one solve this? And I do not mean things like changing the font-size or fiddeling with margins and paddings .
How can one solve this? And I do not mean things like changing the font-size or fiddeling with margins and paddings
Redesign the menu taxonomy.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
Thanx for your replies, but as indicated in my first message, I'm looking for REAL solution . Redesigning the taxonomy is not an option. The menus are used to navigate through a huge product database of a company selling teak furniture, decoration etc,... .
As it is desirable for the description part of a product (manufacturer, productname,...) to get indexed (hopefully ) by google, form drop down navigation is not an option, as the google bot doesn't fill out forms. So that is why I'm using a CSS-dropdown menu containing plain links.
So if somebody would know of any suitable solution, please share it with me.
Kind regards,
A belgian guy
ps.: The site is not online yet, as it accesses a non-standard database which I can't put offsite,... .
Change the behaviour so it is click rather than hover activated.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
Bookmarks