|
 4.2 Кб |
|
| Всем привет...Кто сможет подправить? 3px между первыми 2-мя блоками..от куда?
<div id="container_footer">
<div id="content_footer">
<div id="left_footer">1</div>
<div id="text_footer">2</div>
</div>
</div>
<div id="right_footer">3</div>
|
body, div, input, select, form{
color:#333333;
margin:0;
padding:0;
font-size:11px;
font-family:Tahoma,Arial,sans-serif;
}
#container_footer{
width: 100%;
float: left;
height:165px;
margin-right: -240px;
background: url(/images/footer_bg.gif) no-repeat center bottom;
}
#content_footer{
margin-right: 240px;
height:165px;
}
#left_footer{
width: 240px;
height:165px;
float: left;
background:#CCCCCC;
}
#text_footer{
margin-left: 240px;
height: 165px;
background:#999999;
}
#right_footer{
width: 240px;
float: right;
height: 165px;
background:#CC9999;
}
|
| |
|
|
|
|
|
|
|
для: TetRiska
(18.03.2011 в 17:38)
| | Слишком все усложнено,надо проще:
<div id="left">1</div>
<div id="right">3</div>
<div id="content">2</div>
|
#left{
background-color:#00C0C0;
width:240px;
float:left;
}
#right{
width:240px;
background-color:#FFFF00;
float:right;
}
#content{
background-color:#8080FF;
margin-left:240px;
margin-right:240px;
}
|
| |
|
|
|
|
|
|
|
для: TetRiska
(18.03.2011 в 17:38)
| | Хотел бы помоч но увы в этом програмировании ничего не соображаю.....
Может ты сможешь мне помоч? | |
|
|
|