Hello,
With T3 2.0, how can a left and right graphic background DIV work with a CSS height: 100%; Currently the left and right graphic background DIV’s only show graphic background content if specified with a height value in pixels, or if the ja-footnav ID DIV is given a height value. These two graphic background content DIV’s need to auto expand in height along with the content DIV. I’m using the markup=”2″ setting to allow for the “l” and “r” DIV’s. The markup looks like this:
<div class=”wrap ” id=”ja-footnav”>
<div class=”l”></div>
<div class=”main-inner clearfix”>
<div class=”main-inner1 clearfix”></div>
</div>
<div class=”r”></div>
</div>
Thanks