I got a little problem, maybe You could help me out.
I have one layer that is used to darken all content on page (opacity
50%) to make other layer more visible.
If i show two separate Layers - darkenLayer with z-index:1, and a
other layer with z-index:2 - everything is ok. But i would like to do
something like this:
<DIV id="darken"></DIV>
<DIV id="someDIV">
<TABLE><TR><T D>
<DIV id="someChildDI V"blablalbal
<DIV id="doNotDarken ThisDiv" IMPORTANT DIV</DIV>
</DIV>
</TD></TR></TABLE>
</DIV>
My question is - how to make a DIV - doNotDarkenThis Div to be over the
darken DIV. I tried set higher z-index for doNotDarkenThis Div however
this do not solved problem. I read a few pages, looking alot on google
and still haven't got any clues. In my case 'darken' DIV have to be
position:absolu te, and 'someDIV' too...... Help!
I have one layer that is used to darken all content on page (opacity
50%) to make other layer more visible.
If i show two separate Layers - darkenLayer with z-index:1, and a
other layer with z-index:2 - everything is ok. But i would like to do
something like this:
<DIV id="darken"></DIV>
<DIV id="someDIV">
<TABLE><TR><T D>
<DIV id="someChildDI V"blablalbal
<DIV id="doNotDarken ThisDiv" IMPORTANT DIV</DIV>
</DIV>
</TD></TR></TABLE>
</DIV>
My question is - how to make a DIV - doNotDarkenThis Div to be over the
darken DIV. I tried set higher z-index for doNotDarkenThis Div however
this do not solved problem. I read a few pages, looking alot on google
and still haven't got any clues. In my case 'darken' DIV have to be
position:absolu te, and 'someDIV' too...... Help!
Comment