Good people, I have a div#x
that varies its width
between 70px ~ 220px
.
I need a second div#y
, which is by your side to occupy the rest of the page space.
With jQuery it would be something like: $('#y).width() = 100% - $('#x).width();
.
Does anyone know how to do this in CSS
?