Здраствуйте! подскажите пожалуйста как сделать фон для заголовка страницы как на картинке я сделала три картинки: 2 боковые и центральную, которая будет растягиваться. вот только куда прописать дивы...и как правильно сделать не знаю. может кто нить подскажет) спасибо!
сделала так: views\article\tmpl\default.php <div class="item-page<?php echo $this->pageclass_sfx?>"> <?php if ($this->params->get('show_page_heading', 1)) : ?> <div id="h_tl"></div> <div id="h_tr"></div> <div id="h_tm"> <h1> <?php echo $this->escape($this->params->get('page_heading')); ?> </h1> </div> <?php endif; ?> в стилях: div#h_tl{ margin:0px; padding:0px; background:url(../images/cl.jpg) no-repeat; height:43px; width:13px; float:left; position:absolute; z-index:3; } div#h_tr{ margin:0px; padding:0px; background:url(../images/cr.jpg) no-repeat; height:43px; width:13px; float:right; position:relative; z-index:4; } div#h_tm { margin:0px; padding:0px; background:url(../images/cm.jpg) repeat-x; height:43px; и немного подняла заголовок .item-page h1{ margin:0px; padding:0px; margin-top:-12px; margin-left:10px; color:#919182; text-transform: uppercase; } если есть решение получше..или у меня ошибки..было бы здорово узнать))