Clear answers are provided with tutorial exercises on screen and browser resolutions, setting Web page width in absolute and relative length units, setting images and font sizes in relative length units, adding multiple background images.
CSS Background Examples CSS / Background
The CSS background properties allow you to control the background color of an element, set an image as the background, repeat a background image vertically or horizontally, and position an image on a page.
Fixed Image Background for the Page CSS / Background
In this tutorial you will learn how to put a fixed image background on your pages, that is the background that stays in the center of your page even when you scroll the page.
Fixed Image Background for the page CSS / Background
This tutorial will teach you how to put a fixed image background on your pages, that is the background that stays in the center of your page even when you scroll the page.
Learn CSS: Background Images CSS / Background
This simple tutorial will teach you about the background property in CSS, there are many ways to add a background to your page body and seperate page elements.
Web 2.0 Layout Mark 2 - More Gradients CSS / Layouts
The first Web 2.0 Layout designed by me was primitive at best. With no gradients, annoying colors, and boring design, it left a lot to be desired. That's where this layout steps in. It brings more to the table in the terms of design and the usability. Overall, when you are done reading the tutorial, you will have yet another easy and good looking layout under your belt.
How To Style Heading Tags CSS / Positioning and Styling
Now when it comes to heading tags CSS is very important. They can be styled in many ways using a number of methods:
Complete image to visitor with hidden text - Image Replacement Technique. One Background image as whole background with normal XHTML text - as on this site. Repeated background with XHTML text on it - Good to reduce bandwidth. Background and text all in css by use of colours and border.
Guide to Backgrounds CSS / Background
As the so called "presentation attributes" for the body element have been deprecated, some of you may be wondering how to add a background image to your XHTML document. The answer is to use CSS. The benefit of using CSS is that you can do a lot more with your background image. This tutorial will show you how.
CSS Background Rollover CSS / Background
Looking to add a little style to your image links? Let's use CSS to add a background color that appears when the mouse hovers over the image. This style can be used on a variety of images but we'll be looking at adding this style to affiliate buttons.
Style Sheets and Backgrounds CSS / Background
You can do a lot with text and page backgrounds through CSS commands--in fact, if you have a MySpace account, that's the only way to customize your page! Here we've tried to run down all available events (including multiple backgrounds) and describe how to use positioning to set background watermarks on your page.
CSS Layout CSS / Layouts
Table structures aren't the most flexible of page layout devices. Now with the release of the CSS-2 spec, and some reliable browser support in the current generation of browsers, you have a new and much improved option.
Cascading Style Sheets (CSS); Backgrounds CSS / Background
Background colors and images can be used for stylistic effects and can be an important element in the design of web sites. With standard HTML, one can assign backgrounds to a web page and to tables and table data cells.
Background Color CSS / Background
CSS background colors work very similar to the bgcolor command in html. When applied within the <body> tag it will color the entire page in that color. This may seem redundant to the bgcolor tag, however since the bgcolor tag is typically applied to each page and CSS are usually linked throughout a site, you can easily in one place, change the backgrounds to many pages similar.