i have two div one big full page and sub short div in big div in dialog i want when click dialog show show dialog whith 0.3 opacity for big and 1.0 opacity for short div . but when show dialog all div show whit 0.3 opacity . how i can set this?
code
<div id="incomedialog" style="width:100%;position:absolute;height:100%;min-height:overflow:hidden;background-color:#7F7F7F;display:none;opacity:0.4;" >
<div style="text-align:right;width:600px;position:absolute;left:0;right:0;height:470px;min-height:overflow:hidden;300px;background-color:#EEEEEE;border:2px solid #CDCDCD;border-radius:3px;color:white;margin-left:auto;margin-right:auto;top:70px;opacity:1.0;">
</div>
</div>
i set 0.3 opacity for big div and 1.0 opacity for sub div but not work .