Version: 3.2.3 (using KDE 3.2.3, SuSE) Compiler: gcc version 3.3.3 (SuSE Linux) OS: Linux (i686) release 2.6.5-7.95-default goto http://www.businessweek.com/technology/content/aug2004/tc2004083_1828_tc153.htm The menu items towards the top labelled "BW MAGAZINE","TOP NEWS",... expand into dropdown menus on mouse hover (at least if using default browser identification). The problem is that the dropdown menu for "SCHOOLS" and "CAREERS" at the far right displays under the "MARKET INFO" box just below the menu thereby hiding itself rather than on top of the box (as it does in Firefox).
The menu logic is in the file Problem confirmed on KDE 3.3 Beta 2. http://www.businessweek.com/common_scripts/dd.js It seems like all menu dropdowns are getting a z index of > 600. It is assigned using menuDiv.style.zIndex = zInd++; which should work OK but we may want to test this. The IFRAME called "marketinfo" that covers the dropdown has no z index specified. Marking as KHTML Renderer problem for the moment.
We don't support z-index on iframes. *** This bug has been marked as a duplicate of 31121 ***