css 显示一次背景图像
css 显示一次背景图像的代码介绍:
<html>
<head>
<style type="text/css">
body
{
background-image: url(/i/eg_bg_03.gif); background-repeat: no-repeat
}
</style>
</head>
<body>
</body>
</html>
效果实例:
以上就是css 显示一次背景图像,希望大家喜欢,请继续关注范的软件库。
转载请注明:范的资源库 » css 显示一次背景图像