I have just updated my rather large menus to from being contained in a table to an html box with each product group as a separate menu item.
The problem I have is that all the menu items have the same z-index so that means that if a submenu is longer than the next product group below it is impossible to select any of the items.
Question is how do you allocate differing z-indexes to each of the separate menu items?
This problem doesn’t happen when you have the menus in a table, the downside is that any links that are below the area that the menus take up cannot be clicked!
This looks like a bug. The only workaround I can think of right now is to place each menu item in dummy containers, because they are inflow items they will all have the same z-index too (the default z-index, 0) so you may need to manually add an incremental z-index to them using the Item>Extended → Div Style dialog.
Hope that helps,
Joe
On 18 Nov 2010, at 18:37, SteveB wrote:
Hi all,
I have just updated my rather large menus to from being contained in a table to an html box with each product group as a separate menu item.
The problem I have is that all the menu items have the same z-index so that means that if a submenu is longer than the next product group below it is impossible to select any of the items.
Question is how do you allocate differing z-indexes to each of the separate menu items?
This problem doesn’t happen when you have the menus in a table, the downside is that any links that are below the area that the menus take up cannot be clicked!
Thanks for the reply, I’ve been out today, and have just updated the site (the Nov-2010 one), and can say that it works brilliantly. Just a couple of tweaks to and all will be OK.