Jump to content
  • 0

Проблема с позиционированием в Опере.


Demonis
 Share

Question

Всем привет.

Суть проблемы в следующем. В общем контейнере, в котором располагаются два блока с абсолютным позиционированием, находятся еще два блока без позиционирования с з-индексом выше, чем позиционированные блоки. Так вот почему-то эти блоки имеют фоновый цвет, хотя он явно не задан. Глюк наблюдается в Опере 11.11. У кого есть идеи как это вылечить?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=windows-1251" />
</head>
<style type="text/css">
<!--
html, body {padding: 0; margin: 0; height: 100%; width: 100%; position: relative;}

#main {
width: 1000px;
margin: 0 auto;
z-index: 33;
position: relative;
_height: 100%;
}
html>body #main {height: auto !important; min-height: 100% !important;}

#side, #side2 {position: relative; z-index: 2; float: left; width: 50%;}

p {padding: 10px;}

#left {position: absolute; width: 50%; z-index: 1; height: 200px; background-color: wheat;}
#right {position: absolute; width: 50%; z-index: 1; left: 50%; height: 200px; background-color: silver;}
-->
</style>

<body>
<div id="main">

<div id="left"> </div>
<div id="right"> </div>

<div id="side"><p>Обратите внимание! Участились взломы аккаунтов с целью рассылки вирусов. Пожалуйста, пользуйтесь актуальной версией антивирусной программы и проверяйте все присылаемые подозрительные файлы, в том числе и от знакомых пользователей. Подробности здесь.</p></div>
<div id="side2"><p>Обратите внимание! Участились взломы аккаунтов с целью рассылки вирусов. Пожалуйста, пользуйтесь актуальной версией антивирусной программы и проверяйте все присылаемые подозрительные файлы, в том числе и от знакомых пользователей. Подробности здесь.</p></div>

</div>
</body>
</html>

7191842f1d1b192c2117fad0d1cc5261.jpg

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Странный какой глюк. А стили точно все выложили? Может там еще что-то есть, что переопределяет фон, не?

p.s. селектор html>body улыбнул :)

Да, стили все.

Про селектор - это для осла 6 надо было)

Link to comment
Share on other sites

  • 0

мне видятся три варианта :)

1. настройки браузера

2. пользовательские стили

3. кеш

попробуйте сбросить кеш и пройтись по проблемным блокам dragonfly. в опере 11.52 все ок

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