Closed
Bug 128606
Opened 24 years ago
Closed 24 years ago
library.northernlight.com - unexpected blue line in page
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: devotip, Assigned: asa)
References
()
Details
(Whiteboard: [SYNTAX-CSS])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.8+) Gecko/20020301
BuildID: 2002030103
With mozilla there is a blu line along the left border of page.
That line doesn't look like to be intended that way because it's not displayed
by ns47 or ie55 and it overlap the text badly.
Reproducible: Always
Steps to Reproduce:
1.open url
Actual Results: a blu line crosses text
Expected Results: no line crossing text
Comment 1•24 years ago
|
||
This is correct, CSS says:
body {
background-image: url(/gif/bgline.gif);
background-repeat: repeat-y;
}
They need a margin though.
Moving to evangelism.
Status: UNCONFIRMED → NEW
Component: Browser-General → US General
Ever confirmed: true
OS: Windows 98 → All
Product: Browser → Tech Evangelism
Summary: unexpected blu line in page → library.northernlight.com - unexpected blue line in page
Whiteboard: [SYNTAX-CSS]
Version: other → unspecified
| Reporter | ||
Comment 2•24 years ago
|
||
now it's ok with win98 2002060908
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•11 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
•