Jump to content
  • 0

перекрывающий блок position:absolute


dostel1
 Share

Question

проблема только в самом крутом браузере :dash: в том что блок центральный перекрывает боковые блоки :facepalmxd: ?

откуда у него такой маразм?

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Документ без названия</title>
<style>
*{padding:0;margin:0}
#conteiner{width:700px;
height:300px;position:relative;
border:1px solid red;}
#left{width:100px;position:absolute;top:0;right:0;
background-color:red;}
#left2{width:300px;position:absolute;top:0;right:100px;
background-color:yellow;}
#con{position:absolute;right:400px;width:300px;
background-color:#F6C}
html,body{height:100%;}
</style>
</head>

<body>

<div id="conteiner">

<div id="left">
Все наверное сталкивались с врезками с закруглёнными уголками. Поскольку множественный бекграунд современные браузеры (кроме Safari) не поддерживают, то такие вещи приходится делать несколькими элементами, вложеными друг в друга. Есть способ уже сейчас избежать подобных вещей.
</div>
<div id="left2">
Все наверное сталкивались с врезками с закруглёнными уголками. Поскольку множественный бекграунд современные браузеры (кроме Safari) не поддерживают, то такие вещи приходится делать несколькими элементами, вложеными друг в друга. Есть способ уже сейчас избежать подобных вещей.
</div>

<div id="con">feefef</div>


</div>


</body>
</html>

Link to comment
Share on other sites

4 answers 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