Closed
Bug 226480
Opened 21 years ago
Closed 21 years ago
Absolutely positioned <div> doesn't appear (anymore)
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 225811
People
(Reporter: bugzilla, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031114 Firebird/0.7+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031114 Firebird/0.7+
In older versions of Mozilla (Firebird, but I'm guessing it's not Fb-related),
there used to be a little Greek pi in the bottom right hand corner. As you can
see in the source (of the main frame), the symbol is positioned absolutely,
using a div, at 15px of the edges. It's always worked in MSIE6.
Reproducible: Always
Steps to Reproduce:
The symbol is an easter egg (inspired by the movie The Net), so it's supposed to
do that crazy color thing when you click on it.
Comment 1•21 years ago
|
||
Shows up on small(er) window size... I'll see if I can figure out the problem.
Comment 2•21 years ago
|
||
Aaah, that was simple: The body of the page has overflow:hidden, and that makes
the pi dissapear when the body is completely showed by the page.
Not sure if this is a bug or not, I'll look at the spec and search for dupes...
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 225811 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•