[WSG] z-index problem with dropdown menu

2007-11-04 Thread John Faulds
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? :? Cheers John -- Tyssen Design www.tyssendesign.com.au Ph: (07) 3300 3303 Mb: 0405 678 590

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