Re: [WSG] z-index problem with dropdown menu

2007-11-04 Thread Chris Knowles
John Faulds wrote: http://www.tyssendesign.com.au/sites/evolved/sax/ I can't figure out why the dropdowns fall behind the content below them. seems to me like the dropdowns need a firm hand - try: http://www.saxleather.com.au/index.php?page=homesubrange=crops Can anybody see what I'm

Re: [WSG] z-index problem with dropdown menu

2007-11-04 Thread Chris Knowles
John Faulds wrote: http://www.tyssendesign.com.au/sites/evolved/sax/ I can't figure out why the dropdowns fall behind the content below them. Can anybody see what I'm obviously missing? :? Hi John, I'd have a look at setting a z-index on #sidebar2 (I don't think you have one). Because it

Re: [WSG] z-index problem with dropdown menu

2007-11-04 Thread John Faulds
I've z-indexed just about everything on the page to no avail so far. On Mon, 05 Nov 2007 14:35:31 +1000, Chris Knowles [EMAIL PROTECTED] wrote: John Faulds wrote: http://www.tyssendesign.com.au/sites/evolved/sax/ I can't figure out why the dropdowns fall behind the content below them. Can

Re: [WSG] z-index problem with dropdown menu

2007-11-04 Thread Al Sparber
From: John Faulds [EMAIL PROTECTED] I've z-indexed just about everything on the page to no avail so far. #header { position: relative; z-index: 999; } -- Al Sparber - PVII http://www.projectseven.com Extending Dreamweaver - Nav Systems | Galleries | Widgets Authors: 42nd Street: Mastering

RE: [WSG] z-index problem with dropdown menu

2007-11-04 Thread Thierry Koblentz
John Faulds wrote: http://www.tyssendesign.com.au/sites/evolved/sax/ I can't figure out why the dropdowns fall behind the content below them. Can anybody see what I'm obviously missing? :? Hi John, It's a stacking context issue [1], so increasing the z-index value of the dropdown won't

Re: [WSG] z-index problem with dropdown menu

2007-11-04 Thread John Faulds
#header { position: relative; z-index: 999; } I've z-indexed just about everything on the page to no avail so far. Right, well obviously I hadn't. I could've sworn I'd done that for #header as well. Oh well, thanks for the extra sets of eyes guys! :) -- Tyssen Design

Re: [WSG] Z-index Problem

2005-03-04 Thread Genau Lopes Jr.
You are using the same z-indez number in both classes. You should use different z-index numbuer for each absolute div. att, Genau L. Jr www.meucarronovo.com.br James Oppenheim wrote: Hi all, I am having trouble with css z-index. Here is a portion of it: img.y { position: absolute; top:

RE: [WSG] z-index problem

2005-02-24 Thread Trusz, Andrew
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gallagher, Robin Sent: Thursday, February 24, 2005 12:49 AM To: 'wsg@webstandardsgroup.org' Subject: [WSG] z-index problem Hi I've got a 3-column page with footer: #leftcol { clear: both;