07-03-2012, 02:19
by nie zakladac nowego wątku mam pytanie czemu DIV-y po wpisaniu poniższego nie przylegaja do siebie w poziomie ?
Kod:
.NAGLOWEK {
background-color: blue;
width: auto;
height: 60px;
position: relative;
margin : 0px;
border : none;
padding : 0px;
}
.MENU {
width: auto;
height: auto;
text-align:center;
background-color:black;
margin : 0px;
border : none;
padding : 0px;
}
.TRESC {
width: 630px;
height:auto;
overflow: hidden;
background-color:green;
text-align:center;
margin-left: 4cm;
margin-top: 0px;
border : none;
padding : 0px;
}