09-01-2011, 04:18
Zamień swoje deklaracje do #menu i #glow na te:
Kod:
#menu {
width: 252px;
height: 339px;
background-image: url(../images/menu.gif);
background-repeat: no-repeat;
float: left;
}
#glow {
width: 703px;
height: 339px;
background-image: url(../images/glow.gif);
background-repeat: no-repeat;
margin: 0 auto;
float: right;
}