html - Which CSS definition is stopping the left sidebar DIV from growing in height? -



html - Which CSS definition is stopping the left sidebar DIV from growing in height? -

i having problem determining css class definition stopping left sidebar (the 1 pinkish background) growing in height on this page.

i should have mentioned have tried can think of , researched many questions on here, including adding height:auto; , overflow:auto; col-left, sidebar, col-main , others already.

can help me identify it?

at glance, think main problem utilize of position:absolute .col-left. position:absolute causes element outside of flow of rest of page. height of has no effect on resulting height of parent (as if not within parent).

html css

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -