Имя пользователя:
Пароль:
 

Показать сообщение отдельно

Аватара для Artem-Samsung

Ветеран


Сообщения: 823
Благодарности: 53

Профиль | Сайт | Отправить PM | Цитировать


Друзья, помогите пожалуйста.
Решил переделать с таблиц в дивы.
Уже в шапке столкнулся с непонятным для меня глюком

www.djone.com.ua/index2.php
Белая полоска в браузерах Firefox, IE

HTML код: Выделить весь код
<div class="h1"> <div class="h11"> <a href="index.php"> <img src="newdesign/images/djshop_03.png" width="266" height="68"> </a> </div> <div class="h12"> <?php # include('findblock.php'); ?> </div> </div> <!-- Шапка #2 --> <div class="h2"> <div class="h21"><?php include('block_contact.php'); ?></div> <div class="h22"></div> <div class="h23"><?php include('block_news.php'); ?></div> <div class="h24"><?php include('block_kurs.php'); ?></div> </div>

Код: Выделить весь код
.h1{
	background-image:url(newdesign/images/djshop_04.png);
	height:68px;
	width:100%;
	min-width:1004px;
}
.h11{
	width:266px;
	float:left;
}
.h12{
	height:68px;
	background-image:url(newdesign/images/djshop_06.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.h2{
	background-image:url(newdesign/images/djshop_09.png);
	height:85px;
	clear:both;
	width:100%;
	min-width: 1004px;
}
.h21{
	background-image:url(newdesign/images/djshop_08.png);
	height:85px;
	width:258px;
	float:left;
	margin-left:6px;
}
.h21 table{
	width:250px;
	margin-left:8px;
	margin-top:10px;
	font-size:12px;
}
.h22{
	background-image:url(newdesign/images/login.png);
	height:85px;
	width:230px;
	float:left;
}
.h23{
	background-image:url(newdesign/images/djshop_09.png);
	width:290px;
	height:85px;
	float:left;
	padding-left:10px;
}
.h23 ul li {list-style-type:none; margin:0; padding:0; border:0;}
.h23 ul {margin:0; padding:0; border:0;}
.h23 a {color: #fff;}
.h23 a:hover {color: #FFFF00;}
.h24{
	background-image:url(newdesign/images/kurs.png);
	width:200px;
	height:85px;
	float:right;
	margin-right: 10px;
}
.h24 div {
	font-size:12px;
	margin-top:10px;
	margin-left:15px;
	
}
P.S. Как сделать так, что бы списки в Фаерфоксе отображались, как в других браузерах, между каждым пунктом отсупы болшие. ни маргин ни паддинг ни бордер не берет

-------
Мой блог Web Development


Последний раз редактировалось Artem-Samsung, 16-02-2009 в 16:53.


Отправлено: 16:14, 16-02-2009 | #6