i have two div-tags
<div class="1" style="opacity:0.5">
<div class="2"></div>
</div>
Div1 do have a opacity so div2 also have a opacity.
What can i do to disable opacity in div2?
Div2 have to be in div1 so i cannot change the order of the divs.