<html> <head> <style> .image{ width:100px; height:150px; background-image: url(D:/bg_flower.gif); background-size:200px 200px; background-size: 50% 50%; } </style> </head> <body> <div class="image"> </div> </body> </html>