-
Posts
58 -
Joined
-
Last visited
-
Days Won
1
Community Answers
-
web-tech's post in Как выровнять среднюю колонку по центру (3 колонки) was marked as the answer
#logo { float: left; padding-top: 15px; width: 34%; text-align: center; } #logo a { display: inline-block; }
-
web-tech's post in Как сделать позиционирование счётчика в подвале? was marked as the answer
.counter { position: absolute; top: 0; right: 0; } А выпадает он потому, что для .footer жестко задана высота height: 225px;
-
web-tech's post in Верстка сайта фотошоп шрифт was marked as the answer
а в фотошопе то 8 pt
вот таблица конвертации pt to px http://reeddesign.co.uk/test/points-pixels.html
-
web-tech's post in Рамка у <input type="image"> was marked as the answer
<input src="../img/search_icon.png" title="Найти" alt=" " type="image">вот такая разметка нужна для input
нужно просто добавить атрибут src