Jump to content
  • 0

Кроссбраузерный сайт


aov000
 Share

Question

Прошу совета у знающих людей!

Сверстал сайтик (под фордпресс). Когда верстал смотрел на результат в хроме и мозилле. Используя хаки добился адекватности в IE8. Теперь проблема с IE7. Вроде бы и хаки должны работать, но не работают.

При позиционировании футера (по центру(лево-право)) странным образом ползёт последний пункт горизонтального меню.

Подскажите плиз где копать? В чём причина такого поведения кода?

html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DJ Ars</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<!--[if IE 7]><link href="ie7.css" rel="stylesheet" media="all" /><![endif]-->
<!--[if IE 8]><link href="ie8.css" rel="stylesheet" media="all" /><![endif]-->
</head>

<body>
<div class="main">
<div class="men">
<ul class="menu">
<li class="novosti1"><a href="#"</a>новости</li>
<li class="biografia1"><a href="#"</a>биография</li>
<li class="embed1"><a href="#"</a>embed</li>
<li class="audio1"><a href="#"</a>audio</li>
<li class="video1"><a href="#"</a>video</li>
<li class="links1"><a href="#"</a>links</li>
<li class="gallery1"><a href="#"</a>gallery</li>
<li class="contacts1"><a href="#"</a>contacts</li>
<li class="top101"><a href="#"</a>top10</li>
</ul>
</div>
<div class="header">
<div class="logo" href="http://www.djars.ua/"></div>
<div class="player">PlAY-PLAY-PLAY-PLAY</div>
</div>
<div class="content">
<div class="news">
<div class="new">новости</div>
<div class="newtext">
<p>А вот тут какие-то новости и новые статьи по идее самая новая отображается. Вторая новость отображается. Более старая третья новость отображается.</p>
</div>
</div>
<div class="embed">
<div class="embe">embed</div>
<div class="embetext"><p>Что за название такое я не знаю, но скорее всего очень надо. Что за название такое я не знаю, но скорее всего очень надо. Что за название такое я не знаю, но скорее всего очень надо.</p>
</div>
</div>
<div class="audio">
<div class="audi">audio</div>
<div class="auditext"><p>Тут будут анонсы треков и всего, что играет и вообще звук. Тут будут анонсы треков и всего, что играет и вообще звук Тут будут анонсы треков и всего, что играет и вообще звук</p>
</div>
</div>
<div class="video">
<div class="vide">video</div>
<div class="videtext"><p>Тут будут анонсы видео и всего, что играет и прыгает. Тут будут анонсы видео и всего, что играет и прыгает. Тут будут анонсы видео и всего, что играет и прыгает</p>
</div>
</div>
<div class="gallery">
<div class="galler">gallery</div>
<div class="gallertext"><p>Фотки со всяких тусовок и тусовочек, подвижных движений. Фотки со всяких тусовок и тусовочек. Тусовочная жизнь. Фотки со всяких тусовок и тусовочек</p>
</div>
</div>
<div class="top10">
<div class="top">top10</div>
<div class="toptext"><p>Тут, скорее всего, будут всякие разные рейтинги. Тут, скорее всего, будут всякие разные рейтинги. Тут, скорее всего, будут всякие разные рейтинги</p>
</div>
</div>
</div>
<div class="clear"></div>
<div class="footer">
<div class="promo1"><a href="http://vk.com/djcrossfire"</a></div>
<div class="promo2"><a href="http://www.asizintsev.livejournal.com/"</a></div>
<div class="promo3"><a href="http://www.twitter.com/#!/asizintsev"</a></div>
<div class="promo4"><a href="http://www.gtiradio.ru/"</a></div>
<div class="promo5"><a href="http://ua.showbiza.net/alfadj"</a></div>
</div>
</div>
</body>
</html>

сss

@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
body {
background-color: #000;
}
.main {background-color:#000000;
padding:0;
width:1024px;
height:800px;
margin:0 auto;
float:none;
}
.men {
background-image:url(images/menu.jpg);
width:1024px;
height:41px;
}
.menu {
list-style:none;
text-align:center;
}
.menu li{float:left; padding:10px; margin:3px; vertical-align:middle;
position:relative; list-style:none; border-bottom:none;
}
.menu li.novosti1{ width:80px; margin:4px 0 0 45px;
}
.menu li.biografia1{ width:80px;
}
.menu li.embed1{ width:80px; margin:4px 0 0 22px;
}
.menu li.audio1{ width:80px;
}
.menu li.video1{ width:80px;
}
.menu li.links1{ width:80px;
}
.menu li.gallery1{ width:80px;
}
.menu li.contacts1{ width:80px;
}
.menu li.top101{ width:80px;
}
.menu li a{display:block;
position:absolute;
font-family:Tahoma, Geneva, sans-serif;
color:#FFF;
text-decoration:none;
padding:5px;
vertical-align:middle;
font-size:18px;
top:0px;
left:10px;
}
.header{background-image:url(images/header.jpg);
width:1024px;
height:156px;
position:relative;
}
.logo{background-image:url(images/logo.jpg);
width:304px;
height:132px;
position:absolute;
top:7px;
left:25px;
}
.player{background-color:#CC6633;
width:304px;
height:28px;
position:absolute;
top:50px;
left:680px;
}
.content{background-image:url(images/fon.jpg);
text-decoration:none;
position:relative;
width:1024px;
height:535px;
}
.news{background-image:url(images/point1.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:179px;
top:-17px; left:0px;
}
.new {font-family:Tahoma, Geneva, sans-serif; font-size:20px; color:#FFFFFF; text-align:center; text-decoration:none;
padding:28px;
position:relative;
}
.newtext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
.embed {background-image:url(images/point2.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:178px;
top:162px; left:0px;
}
.embe {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFF; text-align:center;
padding:26px;
position:relative;
}
.embetext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
.audio {background-image:url(images/point3.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:179px;
top:341px; left:0px;
}
.audi {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFF; text-align:center;
padding:26px;
position:relative;
}
.auditext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
.video {background-image:url(images/point4.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:179px;
top:-17px; left:684px;
}
.vide {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFF; text-align:center;
padding:26px;
position:relative;
}
.videtext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
.gallery {background-image:url(images/point5.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:178px;
top:162px; left:684px;
}
.galler {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFF; text-align:center;
padding:26px;
position:relative;
}
.gallertext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
.top10 {background-image:url(images/point6.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:179px;
top:341px; left:684px;
}
.top {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFF; text-align:center;
padding:26px; position:relative;
}
.toptext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
.clear {clear:both;}
.footer{background-image:url(images/footer.jpg);
position:relative;
width:1024px;
height:69px;
}
.promo1 {background-image:url(images/vkontakte.png);
position:absolute;
width:26px;
height:26px;
top:20px;
left:94px;
}
.promo2 {background-image:url(images/livejoo.png);
position:absolute;
width:26px;
height:26px;
top:20px;
left:124px;
}
.promo3 {background-image:url(images/twitter.png);
position:absolute;
width:26px;
height:26px;
top:20px;
left:154px;
}
.promo4 {background-image:url(images/gti.png);
position:absolute;
width:26px;
height:26px;
top:20px;
left:184px;
}
.promo5 {background-image:url(images/sb.png);
position:absolute;
width:26px;
height:26px;
top:20px;
left:214px;
}

И CSS IE7

@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
*:first-child+html .body {
background-color: #000;
}
*:first-child+html .main {background-color:#000000;
padding:0;
width:1024px;
height:800px;
margin:0 auto;
float:none;
}
*:first-child+html .men {
background-image:url(images/menu.jpg);
width:1024px;
height:41px;
}
*:first-child+html .menu {
list-style:none;
text-align:center;
}
*:first-child+html .menu li{float:left; padding:6px; margin:3px; vertical-align:middle;
position:relative; list-style:none; border-bottom:none;
z-index:2;
}
*:first-child+html .menu li.novosti1{ width:10px; margin:4px 0 0 45px;
}
*:first-child+html .menu li.biografia1{ width:10px; margin:0px 0 0 23px;
}
*:first-child+html .menu li.embed1{ width:5px; margin:0px 0 0 9px;
}
*:first-child+html .menu li.audio1{ width:5px; margin:0px 0 0 -41px;
}
*:first-child+html .menu li.video1{ width:5px; margin:0px 0 0 -41px;
}
*:first-child+html .menu li.links1{ width:5px; margin:0px 0 0 -48px;
}
*:first-child+html .menu li.gallery1{ width:5px; margin:0px 0 0 -55px;
}
*:first-child+html .menu li.contacts1{ width:5px; margin:0px 0 0 -55px;
}
*:first-child+html .menu li.top101{ width:5px; margin:0px 0 0 -323px;
}
*:first-child+html .menu li a{display:block;
position:absolute;
font-family:Tahoma, Geneva, sans-serif;
color:#FFF;
text-decoration:none;
padding:5px;
vertical-align:middle;
font-size:18px;
top:0px;
left:10px;
}
*:first-child+html .header{background-image:url(images/header.jpg);
width:1024px;
height:156px;
position:relative;
margin:0 0 0 -600px;
}
*:first-child+html .logo{background-image:url(images/logo.jpg);
width:304px;
height:132px;
position:absolute;
top:7px;
left:25px;
}
*:first-child+html .player{background-color:#CC6633;
width:304px;
height:28px;
position:absolute;
top:50px;
left:680px;
}
*:first-child+html .content{background-image:url(images/fon.jpg);
text-decoration:none;
position:relative;
width:1024px;
height:535px;
margin:0 0 0 -600px;
}
*:first-child+html .news{background-image:url(images/point1.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:179px;
top:-17px; left:0px;
}
*:first-child+html .new {font-family:Tahoma, Geneva, sans-serif; font-size:20px; color:#FFFFFF; text-align:center; text-decoration:underline;
padding:28px;
position:relative;
}
*:first-child+html .newtext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
*:first-child+html .embed {background-image:url(images/point2.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:178px;
top:162px; left:0px;
}
*:first-child+html .embe {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFF; text-align:center;
padding:26px;
position:relative;
}
*:first-child+html .embetext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
*:first-child+html .audio {background-image:url(images/point3.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:179px;
top:341px; left:0px;
}
*:first-child+html .audi {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFF; text-align:center;
padding:26px;
position:relative;
}
*:first-child+html .auditext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
*:first-child+html .video {background-image:url(images/point4.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:179px;
top:-17px; left:684px;
}
*:first-child+html .vide {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFF; text-align:center;
padding:26px;
position:relative;
}
*:first-child+html .videtext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
*:first-child+html .gallery {background-image:url(images/point5.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:178px;
top:162px; left:684px;
}
*:first-child+html .galler {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFF; text-align:center;
padding:26px;
position:relative;
}
*:first-child+html .gallertext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
*:first-child+html .top10 {background-image:url(images/point6.jpg);
position:absolute;
text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFFFFF; text-align:center;
width:340px;
height:179px;
top:341px; left:684px;
}
*:first-child+html .top {text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:18px; color:#FFF; text-align:center;
padding:26px; position:relative;
}
*:first-child+html .toptext {font-family:Tahoma, Geneva, sans-serif; font-size:13px; color:#FFFFFF; text-align:justify; text-decoration:underline;
background-color:none;
width:250px;
height:100px;
position:absolute;
top:52px;
left:45px;
}
*:first-child+html .clear {clear:both;}
*:first-child+html .footer{background-image:url(images/footer.jpg);
position:relative;
width:1024px;
height:1px;
margin:0px 0 0 0px;
}
*:first-child+html .promo1 {background-image:url(images/vkontakte.png);
width:26px;
height:26px;
position:absolute;
top:20px;
left:94px;
}
*:first-child+html .promo2 {background-image:url(images/livejoo.png);
width:26px;
height:26px;
position:absolute;
top:20px;
left:124px;
}
*:first-child+html .promo3 {background-image:url(images/twitter.png);
width:26px;
height:26px;
position:absolute;
top:20px;
left:154px;
}
*:first-child+html .promo4 {background-image:url(images/gti.png);
width:26px;
height:26px;
position:absolute;
top:20px;
left:184px;
}
*:first-child+html .promo5 {background-image:url(images/sb.png);
position:absolute;
width:26px;
height:26px;
top:20px;
left:214px;
}

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

ну если вы про это меню


<ul class="menu">
<li class="novosti1"><a href="#"</a>новости</li>
<li class="biografia1"><a href="#"</a>биография</li>
<li class="embed1"><a href="#"</a>embed</li>
<li class="audio1"><a href="#"</a>audio</li>
<li class="video1"><a href="#"</a>video</li>
<li class="links1"><a href="#"</a>links</li>
<li class="gallery1"><a href="#"</a>gallery</li>
<li class="contacts1"><a href="#"</a>contacts</li>
<li class="top101"><a href="#"</a>top10</li>
</ul>

то попробуйте сначале все теги закрыть

и вот это юзать не стесняйтесь

Link to comment
Share on other sites

  • 0

ну если вы про это меню


<ul class="menu">
<li class="novosti1"><a href="#"</a>новости</li>
<li class="biografia1"><a href="#"</a>биография</li>
<li class="embed1"><a href="#"</a>embed</li>
<li class="audio1"><a href="#"</a>audio</li>
<li class="video1"><a href="#"</a>video</li>
<li class="links1"><a href="#"</a>links</li>
<li class="gallery1"><a href="#"</a>gallery</li>
<li class="contacts1"><a href="#"</a>contacts</li>
<li class="top101"><a href="#"</a>top10</li>
</ul>

то попробуйте сначале все теги закрыть

и вот это юзать не стесняйтесь

Спасибо за подсказку! Всё исправил и теперь исправляю стили под ссылки и меню. Но вопрос о кроссбраузерности открыт

Link to comment
Share on other sites

  • 0

ну если вы про это меню


<ul class="menu">
<li class="novosti1"><a href="#"</a>новости</li>
<li class="biografia1"><a href="#"</a>биография</li>
<li class="embed1"><a href="#"</a>embed</li>
<li class="audio1"><a href="#"</a>audio</li>
<li class="video1"><a href="#"</a>video</li>
<li class="links1"><a href="#"</a>links</li>
<li class="gallery1"><a href="#"</a>gallery</li>
<li class="contacts1"><a href="#"</a>contacts</li>
<li class="top101"><a href="#"</a>top10</li>
</ul>

то попробуйте сначале все теги закрыть

и вот это юзать не стесняйтесь

Вопрос с кроссом браузеров решил! Спасибо за подсказку. Для себя сделал вывод что надо быть ещё более внимательным! :blink:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy