Thanks to both Sean and Olaf. I appreciate your suggestions.

I found success by combining them somewhat. Assigning a z-index of -1
to .tabs-nav a put the tabs /behind/ the page, so they didn't show at
all; assigning a z-index of 0 to #headTabs didn't seem to have any
effect.
However, when I assigned a z-index of 0 to .tabs-nav a, I got the
desired result: the imagebox overlay appears over the tabs, which are
shaded along with the rest of the page.
(Hopefully I won't find any conflict with this new z-index setting in
the future. As you could tell by my messy CSS file, I'm learning more
and more about CSS and trying to integrate each new technique as I
can.) ;)

Thanks again for the help!
Robert

On Jun 1, 10:38 am, "Sean Catchpole" <[EMAIL PROTECTED]> wrote:
> Try adding this CSS:
> #headTabs * {  z-index:0;  }
>
> ~Sean

Reply via email to