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

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

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -