background attachment « CSS « HTML / CSS
Home
HTML / CSS
1.
CSS
2.
CSS Controls
3.
Form
4.
IE Firefox
5.
Layout
6.
Marquee Attributes
7.
Meta Tags
8.
Microsoft Attributes
9.
Object
10.
Reference
11.
Style Basics
12.
Tags
13.
Templates
14.
XML
HTML CSS Reference
Free Open Source HTML CSS Templates
HTML / CSS
»
CSS
»
background attachment
1.
'background-attachment' Example
2.
Use background-attachment:scroll to scroll a background image when the user scrolls the content. This is the default value.
3.
Use background-attachment:fixed to prevent the image from scrolling.
4.
background-attachment: fixed;background-position: center;
5.
background-attachment: fixed;
6.
Set background-attachment to fixed
7.
background-attachment: scroll
java2s.com
|
|
Contact Us
|
Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.