html css background overlay -


i have backround , im trying put white block on , text/images inside, here - http://dzconstructions.co.uk

thanks

much better avoid inline styles , place following in separate style sheet...

body {   background-image:url(/background-image.png); }  div {   width:500px;    height: 200px;   background-color: white; } 

Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -