On my page I have div structure like this.
-On body there are 2 divs. First 20% width, second 80% width.
-In first div there are 3 divs alongside. First floats left: 11px width, Third floats right: 22px width. I wanna place 2nd div between 1st and 3rd divs covers 100% of the remaining width.
I cannot make the 2nd div like this. How can I do it?
Write like this:
HTML
CSS
Check this fiddle