为我的背景图像添加新的div类后,顶部,底部和页面菜单变为白色. style.css文件
#boundless{
background-image:url('http://thehypebr.com/wp-content/uploads/2010/09/boundless-sem-branco-2.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
line-height:20px;
font-size:14px;
font-family:"Trebuchet MS";
margin:0
}
Run Code Online (Sandbox Code Playgroud)
的index.php
<body>
<div id='boundless' onclick='window.location.href="http://boundlessny.com/clothing"'>
Run Code Online (Sandbox Code Playgroud)
使用Firebug,我发现问题是由style.css中的第16行引起的:
margin:165px auto 20px;
Run Code Online (Sandbox Code Playgroud)
如何调试此类问题:
Inspect ElementStyle.如果需要,请展开节点.