Closed Bug 307603 Opened 19 years ago Closed 19 years ago

background image does not display in correct position

Categories

(Firefox :: General, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 243751

People

(Reporter: gfighter, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4

I can't be sure exactly why, and I assume it is something specific to my css
code, but the background images on my own site do not appear in the right
position  as defined in this file: http://g-fighter.com/css/layout_333333.css

my best guess is that it has something to do with the fact that all divs on my
site have height: auto (with absolute positioning and top and bottom attributes
in px) see here: http://g-fighter.com/css/layout.css

on my machine the image is in the top left, and cut off at the top. i tried
separating the css (to background-image, -position, etc) but this did not change
the issue. What is odd is that this worked fine in ff 1.0

Reproducible: Always

Steps to Reproduce:
1. go to http://g-fighter.com/
2.
3.

Actual Results:  
background image appears cut off in top left

Expected Results:  
background image should appear in bottom left
You need to use body { height: 100% } or use the |html| selector instead of |body|.

*** This bug has been marked as a duplicate of 243751 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.