background image repeat

<!DOCTYPE html>
<html>
<head>
    <style>
        body{ background: url(index.gif) repeat fixed top;}
    </style>
</head>
</html>

-------------------Here is the image index.gif----------------

原文地址:https://www.cnblogs.com/webglcn/p/2708570.html