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
Post a Comment