0

我在 Tumblr 中使用固定背景重新设计了http://peggywho.com 。但是,当我向网站添加帖子时,ipad 和 iphone 中的移动视图不允许背景延伸到整个页面。它的顶部和底部有黑色空间(我无法添加图像,因为我是新来的)

背景的自定义CSS如下:

body {
margin-top:15px;
background-position:center center;
background-image:url('https://dl.dropboxusercontent.com/u/2633376/PS_web_BG_01.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
}

我对编码比较陌生,所以仍在学习我的方式。有什么可以添加到 HTML 或 CSS 中以允许移动查看复制网站,这看起来像我想要的样子吗?

提前致谢

4

0 回答 0