How do I make a div's height remain 100% to the “main” container?

If you mean you want to change height of div, then.

If you mean you want to change height of div, then; document. GetElementById("yourRightDivsId").style. Height = yourNewHeight.

Duplicate or not.. here's a fiddle to give you an idea how you could do this jsfiddle.net/pixelass/uAur5/ HTML load more this is a left box this is the right box CSS . Left { background:#666; margin:10px; width:130px; height:80px; float:left; padding:10px; } . Full { width:130px; background:#eee; float:right; height:80px; padding:10px; margin:10px; } .

Main { width:500px; background:#000; height:140px; margin:20px 10px; } . More{ border:#000 1px solid; padding:3px; background:#222; color:#aaa; margin:20px; cursor:pointer; } jQuery $('. More').

Click(function(){ $('. Main'). Append('this is a left box'); $('.

Full'). Css('height', '+=120px'); $('. Main').

Css('height', '+=120px'); }).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions