below is my code,
<div class="wrapper">
<div class="left">
</div>
<div class="right">
</div>
</div>
i have set the width of my wrapper
to 100% i have width for left as 40px
now.
1) i want to extend my right div
width as much as browser window from 40px
almost equal to 98.6%
2)i want to extend my left div
height as much as right div
height
how to fix this?