Tuesday, July 28, 2009

Background Image Video

how to control background images to CSS
to the body element
background-image:url(twitter.jpg);
tiles across the the browser.
background image will not effect the margin.
if it was incorrect, the image doesnt load.
specify a bg colour,
background-colour:#06c;
when is it app to use and inbed an image?
if the image relates to the doc content, imbed it inside the html document
if for asthetics, we place it inside the style sheet as a background image.

No comments:

Post a Comment