Добрый день!
Не могу добавить картинки в хидер presta 1.5!
в header.tpl добавляю ( уже испробовал все места)
<div class="tops1"><a href="/"></a></div>
<div class="tops2"><a href="/"></a></div>
<div class="header-picture"><a href="
www.gexs.ru"><img src="../img/123.jpg"></a></div>
в global.css
.tops1 {
position: relative;
top: -5px;
left: 50;
background: url("../img/123.jpg");
width: 15px;
height: 50px;
}
.tops2 {
position: relative;
top: 10px;
left: 20;
background: url("../img/1234.png");
width: 100px;
height: 200px;
}
#header .header-picture {position: absolute; top: 10px; left: 20px; width: 30px; height: 40px; }
Картинки не появляются!
Что делаю не так?