Thursday 9, February 2012
Welcome Guest, Register | Login  
      Home    |    Tutorials    |    Free Ebooks    |    Free Scripts    |    Articles    |    Blog     |    Forum    |    About Us    |    Contact Us

CSS Background

CSS Background Properties
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.


CSS Background Color :
body {
      background-color:#FF0000;
}

CSS Background Image :
body {
     background-image:url('bg.jpg');
}

Property

Description

Values

IE

F

N

W3C

background

A shorthand property for setting all background properties in one declaration

background-color
background-image
background-repeat background-attachment background-position

4

1

6

1

background-attachment

Sets whether a background image is fixed or scrolls with the rest of the page

scroll
fixed

4

1

6

1

background-color

Sets the background color of an element

color-rgb
color-hex
color-name
transparent

4

1

4

1

background-image

Sets an image as the background

url(URL)
none

4

1

4

1

background-position

Sets the starting position of a background image

top left
top center
top right
center left
center center
center right
bottom left
bottom center
bottom right
x% y%
xpos ypos

4

1

6

1

background-repeat

Sets if/how a background image will be repeated

repeat
repeat-x
repeat-y
no-repeat

4

1

4

1

 
     
   
CSS Tutorial
 
  Introduction
Introduction
  Syntax
Syntax
  Internal CSS
Internal CSS
  External CSS
External CSS
  Inline CSS
Inline CSS
  CSS Classes
CSS Classes
  CSS Background
CSS Background
  CSS Text
CSS Text
  CSS Font
CSS Font
  CSS Border
CSS Border
  CSS Outline
CSS Outline
  CSS Padding
CSS Padding
  CSS Margin
CSS Margin
  CSS Lists
CSS Lists
  CSS Tables
CSS Tables
 
 
 
Web Designing Tutorials
  HTML Tutorial
HTML Tutorial
  DHTML Tutorial
DHTML  Tutorial
  CSS Tutorial
CSS Tutorial
  XHTML Tutorial
XHTML Tutorial
 
Programming Languages Tutorials
  C Language Tutorial
C Language Tutorial
  C++ Tutorial
C++ Tutorial
  Java Language Tutorial
Java Language Tutorial
  Data Structure Theory Tutorial
Data Structure Theory Tutorial
 
Server Side Scripting Tutorials
  PHP Tutorial
PHP Tutorial
  SQL Tutorial
SQL Tutorial
  ASP Tutorial
ASP Tutorial
 
Client Side Scripting Tutorials
  JavaScript Tutorial
JavaScript Tutorial
  VBScript Tutorial
VBScript Tutorial
 
 
 
POPULAR E-BOOKS
 
Download Domain Name Whitepaper  Making Money with Domains  Ebook Domain Name Whitepaper Making Money with Domains
   
Download Design and Analysis of Algorithms: Course Notes  Ebook Design and Analysis of Algorithms: Course Notes
   
Download C Programming Ebook C Programming
   
Download Assemblers And Loaders  Ebook Assemblers And Loaders
   
Download Squeeze Page Secrets Unlocked Ebook Squeeze Page Secrets Unlocked
   
 
Studiesinn.com © 2012 All Rights Reserved.
Website Designed & Developed by TechXprtz