Closed Bug 264659 Opened 20 years ago Closed 20 years ago

Fixed background image doesn't show up

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: frazerrobinson6, Assigned: bugs)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: 

The fixed background image doesn't show up, it's just blank. I have tested it
with IE and AOL, and it works.

The site is at http://www.freewebs.com/tailsdabomb/ 

Reproducible: Didn't try
Steps to Reproduce:
What do you mean, "Reproduce the problem?" O_o;
The CSS on the page is broken. Instead of

body {
font-size: 10pt;
font-family: Comic Sans MS;
color: #F8B820;
{background-image: url(http://members.aol.com/tailsdabomb/images/tailsbar.gif);
background-repeat: no-repeat;
background-attachment: fixed;}

img {border:0}

it should be

body {
  font-size: 10pt;
  font-family: "Comic Sans MS";
  color: #F8B820;
  background-image: url(http://members.aol.com/tailsdabomb/images/tailsbar.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

img {
  border: 0;
}

So there is an unmatched }, and in addition, the font name should be in quotes
and the ; after border:0 is missing.

If you fix this, the background image shows up. Marking Invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Summary: I was viewing a website with a fixed background image, and it doesn't show up. → Fixed background image doesn't show up
Oh, and over to Browser/CSS.
Component: Web Site → Style System (CSS)
Product: Firefox → Browser
Version: unspecified → Trunk
You need to log in before you can comment on or make changes to this bug.