1719346-1-ref.html (363B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <style> 5 .main { 6 border-image: url('1719346-1.gif') 16 fill / 16px / 0 repeat; 7 width: 100px; 8 height: 100px; 9 } 10 11 #mover { 12 position: fixed; 13 padding: 0; 14 margin: 0; 15 bottom: 0; 16 top: 100px; 17 left: 250px; 18 } 19 </style> 20 </head> 21 <body> 22 <div class="main"></div> 23 <div id="mover">text</div> 24 </body> 25 </html>