Closed Bug 418761 Opened 17 years ago Closed 15 years ago

right column overlaps border of footer

Categories

(Camino Graveyard :: Product Site, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: phiw2, Assigned: samuel.sidler+old)

References

()

Details

The bottom of the right column is actually 'pulled upwards'[1] due to the use of a negative bottom margin on div.rbox div (layout.css, line 352, margin-bottom:-14px -- according to the DomInspector). Adding div.rbox {margin-bottom:20px} ought to fix that. Adjust value to taste. This may also fix bug 418460, although I don't see any problems with that bug, but maybe I'm looking at the wrong page. [1] the negative margin makes the div.rbox sort of 'empty'.
We've known this happens on small pages for a while. That page isn't complete (planning to "finish" it tonight). If that CSS change is the right fix for these smaller pages and doesn't regress Firefox, IE6/7, or Opera, then I'm all for it. I'll check later.
Status: NEW → ASSIGNED
The only one that _might_ have problems is iExploder 6 and 7. Not sure, I can't test at the moment. You might give the parent block a bottom padding of 1px; that would please IE.
http://caminobrowser.org/documentation/ also has this problem (though it might vanish there if we ever get images for it)
philippe or Sam, have either of you had a chance to test this with IE6/7 or Opera? I took the rule for a quick spin on (the mess of) stage and it looks nice.
Opera doesn't have problems with this (standards thing :-)). Now that I look at IE 7, it still has a bit of an issue (even with the patch in bug 433218). An additional (after the block at line 88): #content {padding-bottom:20px;} solves that (again, a haslayout issue). That does not affect other browsers
We actually see this on the all the ML download pages for old releases.
This was fixed by the new design.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.