[css-d] Z-index trouble

2011-07-11 Thread Tim Climis
I have a z-index issue (this is for a site in development, so I've only tested in Chrome -- I'm guessing it's the same everywhere, and that the problem is me). i don't have a public server, so I've cut the code down to a minimum, and pasted it at the bottom. As you can see, the green #header

Re: [css-d] Z-index trouble

2011-07-11 Thread Philippe Wittenbergh
On Jul 12, 2011, at 6:26 AM, Tim Climis wrote: I have a z-index issue (this is for a site in development, so I've only tested in Chrome -- I'm guessing it's the same everywhere, and that the problem is me). It is not specific to Chrome / WebKit. As you can see, the green #header has a

Re: [css-d] Z-index trouble

2011-07-11 Thread Tim Climis
To put them behind 'category', give them a negative z-index (-1). If you want them behind the green box, omit the z-index on the green box. Thanks Philippe, that worked nicely for my example case. However, all my troubles are not solved, because it appears that I made my example page too