(10-05-2011, 17:32)mateo napisał(a): 1. Usuń padding z "#header div"Jak zrobiłem tak jak mówiłeś czyli:
2. Ustaw wysokość i szerokość headera
3. Ustaw wysokość i szerokość #facebook
Kod:
#header {
height: 320px;
background: url(images/header.gif) no-repeat;
position:relative;
width:778px;
}
#facebook{
position:absolute; left:0px; bottom:0px;
height:320px;
width:778px;
}
#header div {
height: 320px;
width:778px;
}
Natomiast jak po prostu wywalę całkiem #header div to mam buttony tam gdzie chciałem -- będzie ok ? (poprawiłem już na serwie tak jak poniżej jest)
Kod:
#header {
height: 320px;
background: url(images/header.gif) no-repeat;
position:relative;
}
#facebook{
position:absolute; left:0px; bottom:0px;
}