Closed
Bug 215124
Opened 22 years ago
Closed 22 years ago
https://sbcreg.sbcglobal.net works on IE but not Mozilla (button does not show up)
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 212673
People
(Reporter: metaperl, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030718
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030718
An "I agree button" shows up in IE, but does not in Mozilla
Reproducible: Always
Steps to Reproduce:
1.visit URL
2.
3.
Actual Results:
no agree button
Expected Results:
shown agree button
Comment 1•22 years ago
|
||
I see the button if I resize the window large enough.
The problem is this style rule in
https://sbcreg.sbcglobal.net/SBCYahooRegEARWeb/sbcyahoo1.css:
BODY {
overflow:hidden;
BACKGROUND:white fixed no-repeat;
MARGIN-LEFT:0px;
MARGIN-TOP:0px;
MARGIN-BOTTOM:0px;
MARGIN-RIGHT:0px;
border:0;
}
Which will prevent scrollbars when the content does not fit within the window
size. Removing 'overflow:hidden;' makes the page work even with smaller
window sizes. This is not a bug in Mozilla.
-> TE
Assignee: general → english-us
Component: Browser-General → English US
OS: Windows XP → All
Product: Browser → Tech Evangelism
QA Contact: general → english-us
Version: Trunk → unspecified
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 212673 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•