Closed Bug 518766 Opened 16 years ago Closed 16 years ago

gameresort.com/games web page does not render correctly

Categories

(Camino Graveyard :: Page Layout, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 118501

People

(Reporter: cpeterson, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en; rv:1.9.0.15pre) Gecko/2009091516 Camino/2.0b4 (like Firefox/3.0.15pre) Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en; rv:1.9.0.15pre) Gecko/2009091516 Camino/2.0b4 (like Firefox/3.0.15pre) This web page's background graphics cover up the banner images for each game. Reproducible: Always Steps to Reproduce: 1. Browse to http://www.gameresort.com/games Actual Results: background graphics cover up the banner images for each game. Expected Results: banner images for each game should be visible. This web page renders correctly in both Safari 4.0.3 and Firefox 3.5.3 on my Mac.
This page is equally broken in Firefox 3.0.x, so this must be either the site failing to test in Firefox 3.0.x or relying on a bug that was fixed in Gecko 1.9.1+. It's highly likely this is a dupe of a Core bug that's already been filed, but I dunno if this is worth kicking to TE or not.
It is not the background covering the banner graphics, but the box containing the banner graphics collapsing to something 10px tall (you only see the bottom of the banner graphics). The behaviour on Gecko 1.9.1 changed between 20080601 and 20080607. Looking at the construction used, this was probably fixed by bug 118501.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
philippe, is there anything the site can change to fix this for pre-1.9.1 users?
Status: RESOLVED → VERIFIED
change .splashImg { display:inline; /* ... rest of styles ...*/ } to .splashImg { display:inline-block; /* ... rest of styles ...*/ } (that will screw up iExploder 6&7... but that is easy to work around)
You need to log in before you can comment on or make changes to this bug.