On Jan 12, 2008, at 7:03 AM, Bert Mahoney wrote:

> http://tinyurl.com/2bh4zf
>
> The issue.
> I cannot find a solution to hovering over a menu item. If you hover
> over "Tech Info" the drop-down list shows up behind the photo that is
> below it.
>
> I have tried increasing z-index to 1000 and still the menu will not
> come in front of the image.

The image comes in front because it has position:relative;

On what element did you try the to apply a z-index ?
I didn't find any mention of z-index in your minimal testcase.

And remember: z-index only has an effect when applied to *positioned*  
elements.

In your page, if I give the nested ul (ul#mainnav li ul) a z-index  
through the DomInspector, then it always comes on top of the image.
(both WebKit and Gecko 1.9 beta).

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to