Wpis z mikrobloga

#css #css3 Pomógłby mi ktoś, mam taki mały problem...

#1 {

width: 968px;

height: 85px;

float: left;

background-image:url('01.jpg');

}

#2 {

width: 312px;

height: 85px;

float: right;

background-image: url('02.jpg');

}

Chcę, żeby div #2 był obok #1, ale coś nie działa...

#5 {

width: 229px;

height: 655px;

float: left;

background-image: url('05.jpg');

}

#6 {

width: 1051px;

height: 655px;

float: left;

background-image: url('06.jpg');

}

W tym #5 jest obok #6
  • 5