Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS background-attachment property</title> </head> <body> <p style="background-image: url(../../images/img_nat.png); height: 130px; width: 200px; overflow: scroll; background-attachment:fixed; color: white;">This element represent background-attachment property. It means image does not moved only fixed attached a image. background attachment possible value fixed or scroll. you can use this value and display results.This example is Background attachment image is fixed means image does not moved only fixed attached a image. background attachment possible value fixed or scroll. you can use this value and display results.</p> </body> </html>
  Preview Arrow