如何删除图像左侧的小边框?

时间:2012-03-17 03:40:01

标签: space alignment

这是我第一次在这个网站上发帖。我用它来帮助解决许多问题,但今天,我有一个非常简单的问题,我似乎无法修复。

问题的图片 http://i.stack.imgur.com/VOyWR.png

如您所见,页面左侧与下半部分的起点之间有一点空格。这是我用来完成目前为止的代码

<head>
<title>
<?php include 'config.php';
echo $pagetitle;
?>
</title>
<style>
body{
background-image:url(images/bg.png);
background-repeat:repeat;
z-index:1;
}
div#content{
position: fixed;
bottom: 0;
}
</style>
</head>
<body>
<div id="content">
   <img src="images/lower.png" style="max-width:100%; left:0; max-height:100% z-index:2;">
</div>

所以,基本上,我的问题是,如何删除在下方图像前偷看的小背景。

@Richard Andrew Lee知道了,我觉得真的很蠢。我刚添加左:-10;到#content。谢谢你!

1 个答案:

答案 0 :(得分:0)

喔!!!!对不起,我没有得到它,哈哈,为了弥补它,这里是图像的编辑副本,http://trevorrudolph.com/new.png