Closed
Bug 193163
Opened 23 years ago
Closed 17 years ago
federalreserve.gov - Text off the left margin
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Oct
People
(Reporter: tpeacock, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2) Gecko/20021126
In the page http://www.federalreserve.gov/boarddocs/reportforms/default.cfm ,
the first half of letters on the left hand margin are not visible
Reproducible: Always
Steps to Reproduce:
1.go to url http://www.federalreserve.gov/boarddocs/reportforms/default.cfm
2.Look at left hand margin
3.
Actual Results:
Letters on left margin only partially visible
Expected Results:
Letters should be fully visible.
THis page is correct in Internet Explorer, which I am trying to move away from.
Comment 1•23 years ago
|
||
From the css in the code:
body
{
margin-top: -10px;
margin-left: -8px;
}
Comment 2•23 years ago
|
||
evang.
Assignee: asa → bclary
Status: UNCONFIRMED → NEW
Component: Browser-General → US Gov
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: asa → chrisn
Version: Trunk → unspecified
Comment 3•22 years ago
|
||
tech evang june 2003 reorg
Assignee: bc → english-us
Component: US Gov → English US
QA Contact: chrisn → english-us
Updated•22 years ago
|
Summary: Text off the left margin → federalreserve.gov - Text off the left margin
Comment 4•22 years ago
|
||
contact info http://www.federalreserve.gov/feedback.cfm
Status: NEW → ASSIGNED
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Oct
Comment 5•21 years ago
|
||
A similar effect is seen at http://www.raildriver.com/rdcontrols/AAR105.php
though there's no CSS culprit immediately visible.
Both sites (or whats left of them) work fine, even across browsers.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
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
•