I have two division classes in my responsive site: section_left1 and section_right1
section_right1 flows very well with the document, but section_left1 is the problem. Each time the document is ready or browser has been resized, i want to pass the height of section_right1 to section_left1.
How can i change the css properties with jquery or some other easy way?