Witam, chcę zrobić tło tak aby było ono zawsze wyśrodkowane tzn inaczej bo background-position : top center; to ja wiem ale chodzi mi o to żeby mi równo po lewej i prawej stronie ucinało na mniejszych rozdzielczościach np ja mam tło ponad 1100 width a ktoś ma rozdzielczość 1024px. Mój kod wygląda następująco
body{
background-color: #000000;
width: 1152px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}
#site{
background-image: url(images/00.png);
background-repeat: no-repeat;
background-position: top center;
width: 1152px;
height: 484px;
}
#user_panel_a{
background-image: url(images/02.png);
background-repeat: no-repeat;
width: 1019px;
height: 32px;
margin-left: auto;
margin-right: auto;
margin-left: 25px;
}