搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

my website www.londonheathrowminicab.co.uk is showing with a background shadow which I don't think is there, under the header.

  • 1 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 Michael Verdi

more options

my website www.londonheathrowminicab.co.uk is showing with a background shadow which I don't think is there, under the header part of the website. its a blue box shape.

my website www.londonheathrowminicab.co.uk is showing with a background shadow which I don't think is there, under the header part of the website. its a blue box shape.

被采纳的解决方案

If you are talking about this image - http://www.londonheathrowminicab.co.uk/images/headerbg.png

It's defined on line 2 of style.css - the rule for the body element says:

body {
font:12px/18px Arial, Helvetica, sans-serif;
background:url(../images/headerbg.png) top center no-repeat;
height:221px;
margin: 0px;
}

If you remove that "background:url" line the image will go away.

If you are talking about something else, please try taking a screenshot of it.

Thanks, Michael

定位到答案原位置 👍 1

所有回复 (1)

more options

选择的解决方案

If you are talking about this image - http://www.londonheathrowminicab.co.uk/images/headerbg.png

It's defined on line 2 of style.css - the rule for the body element says:

body {
font:12px/18px Arial, Helvetica, sans-serif;
background:url(../images/headerbg.png) top center no-repeat;
height:221px;
margin: 0px;
}

If you remove that "background:url" line the image will go away.

If you are talking about something else, please try taking a screenshot of it.

Thanks, Michael