Closed
Bug 101311
Opened 24 years ago
Closed 22 years ago
internet.dk - Impossible to read webpage because of font rendering
Categories
(Tech Evangelism Graveyard :: Danish, defect, P3)
Tech Evangelism Graveyard
Danish
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
References
()
Details
(Whiteboard: [XBROWSER-CSS][eurocontest][havefix][havecontact])
The page http://internet.dk/presse_seneste.html is impossible to read because
of the wey the text on the page is rendered. The text seems to be rendered on
top of each other.
20010923
Comment 1•24 years ago
|
||
The page uses:
<p class="content">
....
</p>
A bunch of times. The stylesheet (http://internet.dk/ie.css) that is served to
mozilla has:
.content
{
FONT-FAMILY: verdana,helvetica;
FONT-SIZE: 11px;
HEIGHT: 0%
}
So the paragraphs are zero-height, the text overflows, and the overflow
overlaps. Removing the "HEIGHT:0%" style fixes display.
Over to evangelism -- we do exactly what the site tells us to; too bad they have
broken CSS.
Assignee: attinasi → nitot
Component: Layout → Europe: West
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: petersen → caillon
Hardware: PC → All
Whiteboard: [XBROWSER-CSS]
Version: other → unspecified
| Reporter | ||
Comment 2•24 years ago
|
||
I've contacted the website...
Comment 3•24 years ago
|
||
service@internet.dk
Setting P3. Accepting bug.
Status: NEW → ASSIGNED
Priority: -- → P3
Updated•24 years ago
|
Summary: Impossible to read webpage because of font rendering → internet.dk - Impossible to read webpage because of font rendering
Comment 4•24 years ago
|
||
Site has been contacted (again).
Whiteboard: [XBROWSER-CSS] → [XBROWSER-CSS][eurocontest]
Updated•23 years ago
|
Whiteboard: [XBROWSER-CSS][eurocontest] → [XBROWSER-CSS][eurocontest][havefix]
Comment 5•23 years ago
|
||
contact info : service@internet.dk
Whiteboard: [XBROWSER-CSS][eurocontest][havefix] → [XBROWSER-CSS][eurocontest][havefix][havecontact]
Comment 6•22 years ago
|
||
euro west non .com open bugs owned by tristan to other
Assignee: nitot → other
Status: ASSIGNED → NEW
Component: Europe: West → Other
QA Contact: z-caillon-obsolete2 → other
| Reporter | ||
Updated•22 years ago
|
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Updated•22 years ago
|
Component: Other → Danish
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
•