CSS BACKGROUND-ATTACHMENT - CSS3 Examples
CSS3 Examples
Home
About Us
Flex Samples
Full Rss Feed
CSS BACKGROUND-ATTACHMENT
Written by jon on 8:28 AM
The background-attachment property sets whether a background image is fixed or scrolls with the rest of the page.
Inherited:
No
Example
body
{
background-image: url(stars.gif);
background-attachment: scroll
}
Possible Values
Value Description
scroll
The background image moves when the rest of the page scrolls
fixed
The background image does not move when the rest of the page scrolls.
Digg this
Add to del.icio.us
Stumble It!
No Comment
| Posted in »
CSS Color and Backgrounds
Related Posts by Categories
Widget by
John
|
Interviewghost
0 comments: Responses to “ CSS BACKGROUND-ATTACHMENT ”
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Subscribe in a reader
RECENT COMMENTS
SUBSCRIBE TO CSS3 EXAMPLES
Subscribe to css3 Examples via RSS
Or, subscribe via email:
Find CSS3 Examples Entries :
CSS Latest Examples
CSS Latest Examples
Jul 21 (8)
Jun 27 (11)
Mar 14 (69)
Jan 02 (9)
Dec 30 (60)
Dec 29 (94)
Dec 28 (15)
Dec 27 (1)
Categories
About CSS3
(8)
Advance CSS3
(82)
css articles
(6)
CSS Aural
(19)
CSS Borders
(19)
CSS Classification
(5)
CSS Color and Backgrounds
(11)
CSS Dimensions
(7)
CSS Dynamic Content
(5)
CSS Font
(8)
CSS Generated Content
(5)
CSS International
(19)
CSS Lists
(5)
CSS Margins
(5)
CSS Outline
(3)
CSS Padding
(5)
CSS Positioning
(11)
CSS Printing
(8)
CSS Scrollbars
(8)
CSS Shortcuts
(5)
CSS Tables
(6)
CSS Text
(13)
CSS Tutorial
(2)
CSS3 Info
(1)
eyovurc
(1)
W3C CSS3
(38)
Recent Posts
0 comments: Responses to “ CSS BACKGROUND-ATTACHMENT ”