Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS position property</title> </head> <body> <div style="width:400px; height:150px; border: 1px solid orange; overflow: scroll;"> <div style="position: fixed; top: 35px; left: 220px; width: 100px; background-color: orange;">Fixed element</div> CSS background-repeat property repeat image both side horizontally or vertically. CSS background-repeat property possible value is repeat, no-repeat, repeat-x (vertically repeat), and repeat-y (horizontally repeat).<br /> CSS background-repeat property repeat image both side horizontally or vertically. CSS background-repeat property possible value is repeat, no-repeat, repeat-x (vertically repeat), and repeat-y (horizontally repeat).<br /> CSS background-repeat property repeat image both side horizontally or vertically. CSS background-repeat property possible value is repeat, no-repeat, repeat-x (vertically repeat), and repeat-y (horizontally repeat). </div> </body> </html>
  Preview Arrow