Не удается убрать отступ между названием форума и категорией
Сообщений 1 страница 6 из 6
Поделиться2Ср, 29 Май 2013 09:17:46
Dittrih
Ссылку на форум
Поделиться3Ср, 29 Май 2013 09:21:34
ох, извините, забыла сразу
http://velkian.mybb.ru/
Поделиться4Ср, 29 Май 2013 09:29:25
/* CS1.3 */
#pun-category1.category h2 {
background: url() no-repeat top center;
height: 110px;
font-size:0 !important;}
#pun-category2.category h2 {
background: url() no-repeat top center;
height: 110px;
border-style: none;}
#pun-category3.category h2 {
background: url() no-repeat top center;
height: 110px;
border-style: none;}
#pun-category4.category h2 {
background: url() no-repeat top center;
height: 110px;
border-style: none;}
#pun-category5.category h2 {
background: url() no-repeat top center;
height: 110px;
border-style: none;}
#pun-category6.category h2 {
background: url() no-repeat top center;
height: 110px;
border-style: none;}
#pun-category7.category h2 {
background: url() no-repeat top center;
height: 110px;
border-style: none;}
1. Недопустимы пустые ссылки на фоны url()
2. height: 110px; - Высота отсутсвующей планки названия категории
(Цветом выделена только одна строка из многих
Отредактировано Deff (Ср, 29 Май 2013 09:30:31)
Поделиться5Ср, 29 Май 2013 09:54:20
большое спасибо! помогло
Поделиться6Ср, 29 Май 2013 10:15:17
Dittrih
1. Проставлять нужно высоту реальной планки
сейчас у Вас height: 54px; , а не 110
(Правой клавишей по картинке http://s2.uploads.ru/cs2rj.png -и свойства
Отредактировано Deff (Ср, 29 Май 2013 10:16:02)