Ok Im working on a site that has a sidebar and a main content section. The site is made using DIV’s but the problem Im getting is that the sidebar doesnt stretch vertically with the content div. For example the sidebar has a few links while the content div has alot of stuff I want the sidebar to stretch. Thanks
Share
You can use
display:table-cellproperty for this & removefloatfrom them. Write like this:Check this http://jsfiddle.net/MQy4Y/2/
It’s works till IE8 & above.