Как сделать отступ от зафиксированного header и footer?
и получается что вверху страницы есть отступ, а внизу его не видно(он заметен только когда долистать страницу вниз):
@DmitriiSedov все верно, мне этот «пробел» и нужен. только нужно чтобы изначально при загрузки страницы он был виден как под header так и над footer . То есть что-то типа когда хеадер и футер высотой 50px, потом после хеадер отступаем 50px и перед футер также 50px а остальная вся высота для pageContent
2 ответа 2
Без использования js может помочь такой подход. Так как хедер и футер имеют фиксированную позицию, то относительно них не получится позиционировать, так как они не зависят от контента внутри и лежат поверх всего, имея определённую позицию на экране. Но для решения Вашей задачи воспользуйтесь кодом ниже (добавлено у page-content height: calc(100vh — 140px); overflow-y: auto; .
body < width: 100%; max-width: 640px; margin: 0 auto; padding: 0; >header < top: 0; height: 50px; width: 100%; max-width: 640px; margin:0px auto; position: fixed; z-index: 999; border-bottom: 1px solid #000; background: #fff; >#pageContent < margin: 70px 0px; z-index: 998; background: yellow; height: calc(100vh - 140px); overflow-y: auto; >footer
header content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
content
Отступ шапки сайта
Здравствуйте, у меня возникла проблема с шапкой сайта)
По каким то причинам над шапкой есть отступ примерно в 20 пикселей, так же этот отступ имеет бекграунд блока wrap
Я уже достаточно долгое время не могу решить эту проблему, пихал везде margin: 0 auto; не помогло. Пытался прогуглить, не дало результатов.
parksamokatov.ru — ссылка на мой сайт, не реклама и не спам.
нуждаюсь в вашей помощи.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225
/* Version: 1.0.0 Autor: Bosumbaev Askar */ @import url("reset.css"); /*=============General styles=============*/ html { height:100% } body { margin:0px auto; width:980px; background:url(img/body_bg.jpg) repeat; background-position:center; font-family:verdana,arial,sans-serif; min-height:100%; } p { font-size:12px; color:#fff; } a { text-decoration:none; outline:none; color:fff; font-size:12px: } a:hover { text-decoration:underline; outline:none; color:fff; font-size:12px: } #wrap { width:980px; height:100%; background: url(img/wrap_bg.png) repeat; } .clear { clear:both; } #header { width:980px; height:180px; background:#fff; margin:0px auto; position:relative; } /*=============Header=============*/ #head { height:136px; width:980px; background: url(img/logo.png) no-repeat; } #contact { float:right; height:136px; width:300px; padding-right:60px; background: url(img/contacts.png) no-repeat; } /*=============Navigation=============*/ #topmenu { height: 44px; background: url(img/topmenu_bg.gif) repeat-x; } #menu{ list-style:none; } #menu li { list-style:none; display:block; } #menu li a { display:block; float:left; color:#fff; text-transform:uppercase; font-size:13px; font-weight:bold; text-decoration:none; background: url(img/border_nav1.gif) no-repeat right; height:44px; line-height:44px; padding:0 20px; } #menu li a:hover { background:url(img/topmenu_bg_select.gif) repeat-x; border-right:1px solid #201c19; margin-right:-1px; } /*=============Content=============*/ #content { float:left; width: 600px; height: 100%; position: relative; } #content p { color:#000; font-size:18px; padding:50px 0 0 50px; } /*=============footer-left=============*/ #sidebar { float:left; width:180px; height: 1400px; position:relative; text-decoration:none; font-size:12px; } .menu-left { width: 180px; margin: 0; padding: 10px 0 0 10px; } .menu-left ul { margin: 0; padding-left: 8px; } .menu-left > li { padding: 35px 0 0 0; } .menu-left > li:first-child { padding-top: 0; background: none; } .menu-left a { display: block; line-height: 21px; text-decoration: none; color:#585958; font-weight: bold; } .menu-left a:hover { text-decoration: underline; } .root { display: block; padding-bottom: 2px; } .menu-left .root { font-size:13px; font-weight: bold; color: #699b38; border-bottom: 1px solid #b9b9b9; } /*=============PRODUCTS=============*/ #catalog { float:left; width: 600px; height: 100%; position: relative; } .product { float: left; width: 180px; height: 280px; padding: 10px 0 10px 20px; } .product_img { width: 178px; height: 220px; margin:0px auto; position:relative; background: url(img/pt_img.jpg) no-repeat; outline: 1px solid #c4c4c4; } .pt-meta { width: 180px; height: 60px; background: url(img/pt_inf.png) no-repeat; } .meta_inf { position: relative; display: block; padding: 5px 5px 15px; font-family: 'tahoma', 'geneva', 'dejavu sans condensed', sans-serif; line-height: 12px; text-decoration: none; color:#000; } .meta_inf strong { line-height: 12px; } .meta_inf span { font-size:10px; } .meta_inf .price { display: block; margin-top: 10px; font-size: 14px; font-weight: bold; color:#619f25; } /*footer*/ #footer { background:#6c6c6c; width: 100%; height: 100px; }
Отступ от шапки
Никак не могу понять почему у меня появился этот отступ. Пробовал вставлять margin-top: 0px; не.
Вёрстка шапки сайта
Не получается выровнять логотип по левому краю, а контакты по правому и так что бы меню было снизу.
Размер шапки сайта
Ребят подскажите размер шапки для сайта, чтоб при всех диаметрах монитора или при разных.
Создание шапки сайта
1. Хочу сделать шапку похожую, но не получается разделить цвет шапки на два ( На данной картинке.
Если в шапке есть тег
, ставьте ему в css margin: 0px; . Буквально сегодня с этим столкнулся, помогло.
не могу найти эти ковычки
не помог margin: 0px;
Добавлено через 4 часа 6 минут
MrViper, увеличивает отступ еще на 20px..
Lovrentiy, вижу на скриншоте но не могу найти в коде.
Legal, margin: 0px; для тега
не помог.
отрицательный маргин это не выход.
Полный код в студию, то есть html то же.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
html xmlns="http://www.w3.org/1999/xhtml" lang="ru" xml:lang="ru"> head> meta http-equiv="content-type" content="text/html; charset=utf-8" /> meta name="description" content="Парк самокатов" /> meta name="keywords" content="самокаты" /> link rel="stylesheet" href="style.css" type="text/css" /> title>Интернет магазин/title> /head> body> div id='wrap'> div id='header'> div id='head'> div id='contact'> /div> /div> div id='topmenu'> ul id='menu'> li class='home_item'>a href='http://parksamokatov.ru' class='home_icon'>ГЛАВНАЯ/a>/li> li class='main-menu'>a href='#'>КАТАЛОГ/a>/li> li class='main-menu'>a href='http://parksamokatov.ru/transport.php'>ДОСТАВКА/a>/li> li class='main-menu'>a href='http://parksamokatov.ru/payment.php'>ОПЛАТА/a>/li> li class='main-menu'>a href='http://parksamokatov.ru/contacts.php'>КОНТАКТЫ/a>/li> /ul> /div> /div> div id="sidebar"> ul class="menu-left"> li>a class="root" rel="nofollow" href="#">ОБЫЧНЫЕ/a>/li> ul> li>a rel="nofollow" href="#">Самокаты/a>/li> li>a rel="nofollow" href="#">Скейтборды/a>/li> /ul> li>a class="root" rel="nofollow" href="#">ЭЛЕКТРИЧЕСКИЕ/a>/li> ul> li>a rel="nofollow" href="#">Самокаты/a>/li> li>a rel="nofollow" href="#">Байки/a>/li> /ul> li>a class="root" rel="nofollow" href="#">ЭКИПИРОВКА/a>/li> ul> li>a rel="nofollow" href="#">Шлемы/a>/li> li>a rel="nofollow" href="#">Защита/a>/li> li>a rel="nofollow" href="#">Сумки и рюкзаки/a>/li> /ul> /ul> /div>div id="catalog"> div class='pstrnav'>b>1/b> a href=index.php?page=2>2/a> a href=index.php?page=3>3/a> a href=index.php?page=4>4/a> a href=index.php?page=5>5/a> a href=index.php?page=2> > /a> a href=index.php?page=5> >> /a>/div> div class='product'> img src='/img/catalog/Vertigo_LA.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>Vertigo L.A/strong>br /> span>Самокаты/span>/a>br /> span class='price'>4300 руб./span> /div> /div> div class='product'> img src='/img/catalog/Vertigo_Mexico.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>Vertigo Mexico/strong>br /> span>Самокаты/span>/a>br /> span class='price'>7499 руб./span> /div> /div> div class='product'> img src='/img/catalog/Fliker_1.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>Fliker 1/strong>br /> span>Самокаты/span>/a>br /> span class='price'>3900 руб./span> /div> /div> div class='product'> img src='/img/catalog/Fliker_3.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>Fliker 3/strong>br /> span>Самокаты/span>/a>br /> span class='price'>4290 руб./span> /div> /div> div class='product'> img src='/img/catalog/fliker_5.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>Fliker 5/strong>br /> span>Самокаты/span>/a>br /> span class='price'>4900 руб./span> /div> /div> div class='product'> img src='/img/catalog/ZIP_1200.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>ZIP 1200/strong>br /> span>Самокаты/span>/a>br /> span class='price'>4290 руб./span> /div> /div> div class='product'> img src='/img/catalog/ZIP_1400.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>ZIP 1400/strong>br /> span>Самокаты/span>/a>br /> span class='price'>4900 руб./span> /div> /div> div class='product'> img src='/img/catalog/Razor_A5_Lux.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>Razor A5 Lux/strong>br /> span>Самокаты/span>/a>br /> span class='price'>4899 руб./span> /div> /div> div class='product'> img src='/img/catalog/Razor_A_Wildstyle.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>Razor A Wildstyle/strong>br /> span>Самокаты/span>/a>br /> span class='price'>2499 руб./span> /div> /div> div class='product'> img src='/img/catalog/Razor_A125.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>Razor A125/strong>br /> span>Самокаты/span>/a>br /> span class='price'>1899 руб./span> /div> /div> div class='product'> img src='/img/catalog/Razor_Graffiti.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>Razor Graffiti/strong>br /> span>Самокаты/span>/a>br /> span class='price'>3100 руб./span> /div> /div> div class='product'> img src='/img/catalog/Razor_Spark.jpg'> div class='pt-inf'> a class='meta_inf' href='#'> strong>Razor Spark/strong>br /> span>Самокаты/span>/a>br /> span class='price'>3100 руб./span> /div> /div> div class='pstrnav'>b>1/b> a href=index.php?page=2>2/a> a href=index.php?page=3>3/a> a href=index.php?page=4>4/a> a href=index.php?page=5>5/a> a href=index.php?page=2> > /a> a href=index.php?page=5> >> /a>/div>/div> div class="clear">/div> div id="footer"> div id="footer_top"> /div> div id="footer_bottom"> /div> /div> /div> /body> /html>
Вот вам на обозрение html
Добавлено через 1 минуту
margin-top:-16px; исправил ситуацию, но я так же считаю что отрицательный не выход