I have a website from a shopping cart solution here: http://brandcomputers.eu. I have css issues on the homepage specifically for the left categories menu. On hovering over a category and trying to select a submenu item, it disappears because of the content beneath it. The flash also causes the same issue in different browsers. I would like to fix this on IE7,8 , FF and Chrome for different resolutions. I tried increasing z-index and changed the ff: WHAT I DID:
1) FOR categories box: previously was :
#dd-categories-box li {list-style: none none;}
changed to :.dd-categories-box li { position: relative; }
The special product promotions in the center of the page are in a table.Tried with divs but still got same issue with disappearing submenu items. I can provide the css file on demand but didnt see how to upload it. Appreciate your help.