head
style type="text/css"
body
{
background-image:
url(/i/eg_bg_03.gif);
background-repeat: repeat
}
/style
/head
body
/body
/html
本例演示如何垂直地重复背景图像。加此信息网页教学网(webjx.com)发布目的是为了防止你变懒!webjx.com不主张采集!
html
head
style type="text/css"
body
{
background-image:
url(/i/eg_bg_03.gif);
background-repeat: repeat-y
}
/style
/head
body
/body
/html
本例演示如何水平地重复背景图像。
html
head
style type="text/css"
body
{
background-image:
url(/i/eg_bg_03.gif);
background-repeat: repeat-x
}
/style
/head
body
/body
/html