Background-size: cover not working in any browser
问题 I have the following HTML code: <header id="header"> <h1><span id="titlu-pagina">Watercolors</span></h1> <ul> <li><a href="#">About Me</a></li> <li><a href="#">Where To Find Me</a></li> <li><a href="#">The Blog</a></li> </ul> </header> and the respective CSS one: #header { height: 800px; text-align: center; border-bottom: 1px solid black; background-color: #734C8F; background-image: url('10.jpg'); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;