How can I make my center div the same height as the Left SideBar2 if and only if the center div is smaller than the Left SideBar2?
I’m not sure if this can be done with pure CSS or if I should be using JS for this and how?
How can I make my center div the same height as the Left SideBar2
Share
This should be done with javascript… here i’ll use jquery.
Put this in your tags and make appropriate changes.