【发布时间】:2014-07-14 02:47:37
【问题描述】:
尝试过的边框:无;无济于事。
#header .bg
{
float: right;
max-width: 100%;
max-height: 100%;
border: none;
}
现在是 html...
<body>
<div id="header">
<img class="bg" src="http://hdwallpapermania.com/wp-content/uploads/2014/04/Beautiful- Beach-Landscape-HD.png">
</div>
【问题讨论】:
-
为什么图片名称之间有空格?在图像上看不到任何白色边框。看一看。 jsbin.com/tutiwipo/1/edit 。似乎其他一些 css 样式重叠。
-
你需要这样的东西吗:jsfiddle.net/WMQVw
-
你说的是什么白边?我认为您没有提供足够的代码和/或解释来诊断您的问题。 jsfiddle.net/LX6g9/1
-
@AppleBud 你忘了在你的代码上关闭
</div>。 -
@KheemaPandey,感谢您的指出。 :) .