MihaV82 Posted July 9, 2014 Share Posted July 9, 2014 Добрый день! Не могу добавить картинки в хидер! в 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; } Картинки не появляются! Что делаю не так? Link to comment Share on other sites More sharing options...
zapatronen Posted July 9, 2014 Share Posted July 9, 2014 мне показалось странным в ссылке картинка Link to comment Share on other sites More sharing options...
MihaV82 Posted July 10, 2014 Author Share Posted July 10, 2014 zapatronen, не понял вопроса! Если не правильно как надо? Link to comment Share on other sites More sharing options...
zapatronen Posted July 10, 2014 Share Posted July 10, 2014 просто <img src="foto.jpg"> Link to comment Share on other sites More sharing options...
Djedefru Posted July 10, 2014 Share Posted July 10, 2014 просто <img src="foto.jpg"> В чем странность? Логотип в престе также сделан. По-моему нормальная практика. По сабжу: Чем не устраивает фон в готовом контейнере для хедера? В global.css: .header-container { background: #f4f4f4 url(../img/front.png); height: 299px; } Дополнительно, можно вместо логотипа вставить нужную картинку, нарисованную на таком же фоне, или с альфой. Link to comment Share on other sites More sharing options...
Recommended Posts