Jump to content
  • 0

Фон div'а не уходит за другой div в Opera и FF


mp3
 Share

Question

В заголовке темы ошибка. Правильно: Фон div'а не уходит за другой div в Opera и FF

Почему не работает такая конструкция в Опере и ФФ (в ие всё ок) ? Фон downmenu улетает вверх на слой content и прилипает к upmenu. Получается что downmenu позиционируется не от content а от upmenu. Почему??

<!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>Title</TITLE>
<LINK href="style1.css" type="text/css" rel="stylesheet">
</HEAD>
<BODY>

<div id="globall">
<div id="upmenu">
Верх
</div>

<div id="l_menu">
Левое меню
</div>

<div id="content">
Содержимое
</div>

<div id="downmenu">
Низ
</div>

</div>

CSS:

body{
padding: 0px;
margin: 0px;
background: #FFFFFF;
color:#000;
font: 11px/13px Tahoma, Verdana, Arial;
}
#globall{
margin:0 auto;
width: 784px;
}

#upmenu{
background-image: url(images/up3e.png);
width: 624px;
height: 52px;
margin: 0 0 0 160px;
}

#l_menu{
float: left;
width: 160px;
margin: 0;
}


#content{
float:right;
background-color: #FFFFFF;
width: 622px;
height:100px;
border-left: 1px solid #979797;
border-right: 1px solid #979797;
margin: 0;
}

#downmenu {
background-image: url(images/bot.gif);
width: 624px;
height: 46px;
margin: 0 0 0 160px;
}

Изображения:

http://ps4.ru/images/

Edited by mp3
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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