Jump to content
  • 0

Поддерживает?


Mr.Black
 Share

Question

4 answers to this question

Recommended Posts

  • 0

Бил там

Есть проблема с новостями и фотером в IE 6 - http://img205.imageshack.us/img205/8854/39742662.png

У остальних браузеров так - http://img406.imageshack.us/img406/3953/19535626.png

Можно решить clear:both; но хочу получить ответ почему неработает в ИЕ 6 оверфлов

<!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>
<title>site</title>
<style type="text/css" >

* { margin: 0px; padding: 0px;}

img { border: 0; }

a, img, div, input { outline: none; }

ol, ul { list-style-position: inside; }

body {
width: 1100px;
margin: 0 auto;
font: 12px Arial, Helvetica, sans-serif;
color: black;
}

#wrapper {
border: 1px solid #272727;
margin: 1px;
padding: 1px;
}

.speedbar {
background: url('file:///C:/Users/Admin/Desktop/new/speedbar_bg.jpg') repeat-x;
border: 1px black solid;
height: 21px;
color: white;
font-size: 10px;
white-space: nowrap;
}

.speedbar li {
display: inline;
}

#headimg {
background: url('file:///C:/Users/Admin/Desktop/new/headimg.jpg') no-repeat;
height: 160px;
}

#content {
margin: 8px 4px 0;
overflow: hidden;
}

#sideleft {
float: left;
width: 226px;
}

.block {
margin-bottom: 20px;

}

.btop {
background: url('file:///C:/Users/Admin/Desktop/new/btop_bg.jpg') repeat-x;
border: 1px solid black;
height:37px;

}

.bmiddle {
background: #dfdfdf;
border-left: 1px solid black;
border-right: 1px solid black;
}

.bbottom {
background: url('file:///C:/Users/Admin/Desktop/new/bbottom_bg.jpg') repeat-x;
border: 1px solid black;
height:19px;
}

#sidecenter {
float: left;
width: 600px;
margin: 15px 16px 0;
}

.blockc {
margin-bottom: 25px;
}

.ctop {
background: #7e7f82;
border: 1px solid black;
height: 22px;
text-align: center;
}

.cbottom {
background: #86888a;
border: 1px solid black;
border-top: none;
overflow: hidden;
}

.cbottom img {
float: left;
margin-right: 5px;
outline: 1px solid black;
}




#sideright {
float: right;
width: 226px;
}

#footer {
background: url('file:///C:/Users/Admin/Desktop/new/footer_bg.jpg') repeat-x;
height: 83px;
border: 1px solid black;
border-top: none;
}

</style>
</head>
<body>

<div id="wrapper" >

<div class="speedbar" >
<ul>
<li><a href="/" >Меню</a></li>
<li><a href="/" >Меню</a></li>
<li><a href="/" >Меню</a></li>
<li><a href="/" >Меню</a></li>
<li><a href="/" >Меню</a></li>
</ul>
</div>
<div id="headimg" ></div>
<div class="speedbar" ></div>

<div id="content" >
<div id="sideleft" >

<div class="block" >

<div class="btop" ></div>
<div class="bmiddle" >11111</div>
<div class="bbottom" ></div>

</div>

<div class="block" >

<div class="btop" ></div>
<div class="bmiddle" >11111</div>
<div class="bbottom" ></div>

</div>



</div>
<div id="sidecenter" >
<div class="blockc" >

<div class="ctop" >1213434</div>
<div class="cbottom" >436546</div>

</div>
</div>

<div id="sideright" >

<div class="block" >

<div class="btop" ></div>
<div class="bmiddle" >11111</div>
<div class="bbottom" ></div>

</div>

<div class="block" >

<div class="btop" ></div>
<div class="bmiddle" >11111</div>
<div class="bbottom" ></div>

</div>

</div>
</div>
<div style="clear: both;" >
<div class="speedbar" ></div>
<div id="footer" >

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

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