搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

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

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