我是编程世界的新手,一直在尝试学习更多。我正在使用静态 html i-frame 应用程序创建一个自定义 facebook 选项卡,并且在垂直重复正文背景图像时一直遇到问题。由于我无法弄清楚的原因,图像与重复图像之间有一个白色间隙。任何帮助将非常感激!
这是代码:
body {
background-image:url('http://i1187.photobucket.com/albums/z389/mawler023/FBTabBody.png');
margin:0;
padding:0;
background-position:right top;
background-attachment: fixed;
background-repeat:repeat-y;
width:810px;
color: #333333;
font-family: Verdana, Geneva, sans-serif;
}`