есть конструкция:
с такими стилями:body, html { background:#e6e6e6 none repeat scroll 0 0; margin:0; padding:0; height:100%;}div#sbody { width:1000px; height:100%; background:#e6e6e6 url(../img/bg_body.jpg) repeat-y scroll top left; margin:24px auto;}div#top { width:1000px; height:100%; background:#e6e6e6 url(../img/bg_top.jpg) no-repeat scroll top left;}и почему-то в основной ячейке (sbody) фон не растягивается на 100%, когда убираю ячейку top, все ок...помогите разобраться
|