Jump to content
  • 0

проблемы вложенности слоев


TOREN
 Share

Question

Привет. все браузеры вроде отображают правильно, но Opera не хочет растягивать фон заднего слоя полностью, лишь частично.

для наглядности вот страница http://rhcp.info/test/

Заднему фону синим цветом соответвует слой <div id="content">:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>xxx </title>
<link rel="stylesheet" type="text/css" href="menu.css">
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript" src="script.js"></script>

</head>
<body>

<div id="content">
<div class="logo"><a href="index.html"><img src="images/logo.jpg" border="0"></a></div>
<div class="line"></div>
<div id="leftcolumn">
<div id="navi">
<div class="shapka"><img src="images/shapka_navi.gif" align="top"></div>
<div class="links">
<ul id="menu">
<li><a href="#"><span class="text">xxx</span></a></li>
<li><a href="#"><span class="text">xxx</span></a>
<ul>
<li><a href="#">xxx</a></li>
<li><a href="#">xxx</a></li>
<li><a href="#">xxx</a></li>
<li><a href="#">xxx</a></li>
</ul>
</li>
<li><a href="#"><span class="text">xxx</span></a>
<ul>

<li><a href="#">xxx</a></li>
<li><a href="#">xxx</a></li>
<li><a href="#">xxx</a></li>
<li><a href="#">xxx</a></li>

</ul>
</li>
<li><a href="#"><span class="text">xxx</span></a>
<ul>

<li><a href="#">xxx</a></li>
<li><a href="#">xxx</a></li>
<li><a href="#">xxx</a></li>
<li><a href="#">xxx</a></li>

</ul>
</li>
<li><a href="#"><span class="text">xxx</span></a>
<ul>
<li><a href="#">xxx</a></li>
<li><a href="#">xxx</a></li>
<li><a href="#">xxx</a></li>

</ul>
</li>
<li><a href="#"><span class="text">xxx</span></a></li>
</ul>
</div>
<div class="niz_menu"><img src="images/blok_niz.gif" align="top"></div>
<div class="poisk_shapka"><img src="images/shapka_poisk.gif" align="top"></div>
<div class="poisk">Скрипт поиск по сайту</div>
<div class="niz_poisk"><img src="images/niz_poisk.gif" align="top"></div>

<div class="opros_shapka"><img src="images/shapka_opros.gif" align="top"></div>
<div class="opros"></div>
<div class="niz_opros"><img src="images/niz_poisk.gif" align="top"></div>
</div>
</div>
<div id="rightcolumn">
<div class="about">xxx</div>
<div class="niz_about"><img src="images/niz_about.gif" align="top"></div>
<div id="news">
<div class="shapka_news"><img src="images/shapka_news.gif" align="top"></div>
<div class="zagolovok_news"><span class="zagolovok_date">Дата</span><span class="zagolovok_name">Заголовок новости</span></div>
<div class="soderzhanie">Сама новость</div>
</div>
<div id="top">
<div class="shapka_top"><img src="images/shapka_top.gif" align="top"></div>
<div class="top_soderzhanie">Содержание топа</div>
<div class="niz_top"><img src="images/niz_top.gif" align="top"></div>
</div>

</div>
<div class="footer"><span class="footer_text">Статистика и копирайты</span></div>
</div>

</body>
</html>

для слоя <div id="content"> в CSS:

#content {
width: 1000px;
margin-right: auto;
margin-left: auto;
background-color: Blue;
height: 100%;
}

прошу помощи, не могу разобраться в чем дело

Edited by TOREN
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
Заменить на эти стили:


html,body {
margin: 0;
background-color: #000;
padding-top: 10px;
height:100%;
}

З.Ы. к стати, твоя проблема не только в опере, но и в фф и остальных хороших браузерах... :o

к сожалению полностью правильным отображение так и не становиться, вот скрин из оперы: http://www.ii4.ru/viewer.php?id=453716sait.jpg

задний фон так до конца и не растягивается

Link to comment
Share on other sites

  • 0
Не знаю, у меня все ровно и в опере и в фф:

Опера

ФФ

хм.. странно, проверил сайтом http://browsershots.org/ все версии оперы и ФФ отображают не так как нужно, исправленное залил на rhcp.info/test2/

быть может я не так понял..

в файле Style.CSS заменил

body {
margin: 0;
background-color: #000;
padding-top: 10px;
}

на

html,body {
margin: 0;
background-color: #000;
padding-top: 10px;
height:100%;
}

остальное без изменений

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