Duration: 17 minutes
Summary: In this video, we will discuss how to work with background. We briefly experimented with backgrounds before. But today we will discuss that in detail. We will start by setting the background color for the page and other elements. Then, we will see how to set the background image using a url. We will see that when setting the background image, we have options of repeating the image horizontally and vertically, or no repeat at all. We have the flexibility of positioning the image as well. Finally, we will see how the background attachment works.
Methodology: Using simple examples to illustrate the key points.
Technology Used: CSS, HTML and Visual Studio 2010
Keyword: CSS, HTML, Visual Studio 2010, div, background-color, background-image, url, background-repeat, repeat-x, repeat-y, no-repeat, background-position, right, top, background-attachment.