фон левого и правого div (столбца) не показывается. Но когда добавляется "height: xx px".но мой контент div гибкий. как решить эту проблему?Тпй.мой код:
<div style="background:url("image/l.png") repeat-y;float:left;width:3px;height:auto;" id="left"></div>
<div style="width: 613px;background:#fff;" id="center">
<p>contents</p>
<p>contents</p>
<p>contents</p>
.
.
.
.
.
.
</div>
<div style="background:url("image/r.png") repeat-y;float:left;width:3px;height:auto;" id="right"></div>