ASP.NET Basics

HTML Basics
ASP.NET Web Server
Advanced HTML
Application Designing
Using Visual Studio
ASP.NET Standards
ASP.NET Styling
ASP.NET Navigation

ASP.NET Tips

ASP.NET Validation
HTML forms
CSS Styling
CSS Advanced
ASP.NET Features
ASP.NET Image Effects
Common mistakes
DB Design tips

Building Applications

Design Secure Apps
Build Secure Apps

1. CSS Background Properties

« Previous Chapter

Next Chapter »

The basic styling you can do to a web page to stand out is to put a background. In CSS, the background refers to SIX properties. In this tutorial you will see a list of all the Background properties available in CSS.

To learn more additional and useful information go to CSS background properties and other CSS markup here.

Note:

  • CSS background was introduced with CSS 1.0 to manage what goes behind elements on display in a web page.

In the following table you will see the CSS “background” properties available for you in CSS with a description of these properties alongside.

CSS Property

Description

background

CSS shorthand placeholder for all background properties

background-attachment

To check if background image remains fixed or scrolls with the web page

background-color

Sets the background image for related elements as a URL

background-image

To set the background image for an element as a URL

background-position

To set the start position for the background image

Background-repeat

To check if the background image repeats on the web page.

Background Properties

In the next two chapter you will learn more about:

« Previous Chapter

Next Chapter »

Table of Contents

» Chapter 1 - CSS Background Properties
        Chapter 1.1 - CSS background-color
        Chapter 1.2 - CSS background-images
Chapter 2 - CSS Font Properties
        Chapter 2.1 - CSS font-family
        Chapter 2.2 - CSS font-weight
        Chapter 2.3 - CSS font-size
Chapter 3 - CSS Text Properties
        Chapter 3.1 - CSS color
        Chapter 3.2 - CSS line-height
Chapter 4 - CSS Pseudo Classes
        Chapter 4.1 - CSS :hover :link and :visited

[top]