ZVON > References > CSS2 Reference

Go to Standard
Property: background-attachment
Inherited: no
Value: scroll | fixed | inherit
Initial: scroll
Applies to: all elements
Media: visual
Percentages: N/A

Examples:



     <AAA>
          <BBB>Try to scroll window.</BBB>
          <BBB>Can you still see the pictures?</BBB>
          <BBB>bbbb</BBB>
          <BBB>cccc</BBB>
          <BBB>dddd</BBB>
          <BBB>eeee</BBB>
          <BBB>ffff</BBB>
          <BBB>gggg</BBB>
          <BBB>hhhh</BBB>
          <BBB>iiii</BBB>
          <BBB>jjjj</BBB>
          <BBB>Can you still see the pictures?</BBB>
     </AAA>
View
AAA {background-image:url("../Pictures/zvon.gif")}
AAA {background-repeat:repeat-x}
AAA {background-position: top}
BBB {display:block; padding: 40px}


     <AAA>
          <BBB>Try to scroll window.</BBB>
          <BBB>Can you still see the pictures?</BBB>
          <BBB>bbbb</BBB>
          <BBB>cccc</BBB>
          <BBB>dddd</BBB>
          <BBB>eeee</BBB>
          <BBB>ffff</BBB>
          <BBB>gggg</BBB>
          <BBB>hhhh</BBB>
          <BBB>iiii</BBB>
          <BBB>jjjj</BBB>
          <BBB>Can you still see the pictures?</BBB>
     </AAA>
View
AAA {background-image:url("../Pictures/zvon.gif")}
AAA {background-repeat:repeat-x}
AAA {background-position: top}
AAA {background-attachment: fixed}
BBB {display:block; padding: 40px}



_____________________________________________
Reference Search | Sitemap | XML Glossary       ZVON | Systinet