Jethytymnhato
New Member
i'm having the following css code \[code\].imgf{ background: url(/thatscooking/FotoTC/FotoTC/ALWIN01.JPG) no-repeat center center ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}\[/code\]thats working as it should now i need to change the img with php so i'm trying to use inline css \[code\] <div style="background: url(/thatscooking/FotoTC/FotoTC/ALWIN01.JPG) no-repeat center center" style="background-size: cover" style="-webkit-background-size: cover" style="-moz-background-size: cover" style="-o-background-size: cover" class="imgf "><div id="naamb"><p>Album Naam</p></div></div>\[/code\]only now is the background-size cover not working and not showing up in firebugam i using the inline css wrong ?