Den här webbplatsen har begränsad funktionalitet medan vi utför underhåll för att förbättra din upplevelse. Om en artikel inte löser ditt problem och du vill ställa en fråga har vi vår gemenskap som väntar på att hjälpa dig på @FirefoxSupport på Twitter, /r/firefox på Reddit.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

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.

Vald lösning

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

Läs svaret i sitt sammanhang 👍 1

Alla svar (1)

more options

Vald lösning

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