is there a way to have a centered Background image stretch according to screen size?
this doesnt work
Code:body { background-image: url('bg_main.jpg'); background-repeat: no-repeat; background-position: center; background-width: 100%; background-height: 100%; background-color: black; }





Reply With Quote