Closed
Bug 131813
Opened 23 years ago
Closed 23 years ago
Problems opening that Page
Categories
(Tech Evangelism Graveyard :: German, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: david.flechl, Assigned: tristan)
References
()
Details
(Whiteboard: [havecontact][havefix])
In Ie6 i could view it as well! plz check it if it is a bug of mozilla...
![]() |
||
Comment 1•23 years ago
|
||
What exactly is the problem? The page opens fine for me. The background is not
shown because of a stupid mistake on the part of the page author.... Are you
seeing other problems with the page?
Comment 2•23 years ago
|
||
-> Tech Evangelism
Source contains (snippet):
body{ background: url("\images\bg.jpg") }, td, th,
Should be:
body {background: url("\images\bg.jpg") };
td, th,
Assignee: asa → nitot
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: West
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: doronr → caillon
Version: other → unspecified
Comment 3•23 years ago
|
||
Arrgh... forgot to fix the url...
Should be:
body {background: url("/images/bg.jpg") };
td, th,
Comment 4•23 years ago
|
||
hum...
background: url("\images\bg.jpg") is bad.
background: url(\images\bg.jpg) is good.
Comment 6•23 years ago
|
||
did I really write this ? :)
![]() |
||
Comment 7•23 years ago
|
||
body {background: url("/images/bg.jpg") };
That ";" should not be there.
Comment 8•23 years ago
|
||
/me slaps himself for not seeing that.
just to be sure, heres the complete fixed <style type="tex/css"> ... </style>
content :
body
{
background: url(/images/bg.jpg);
}
td,th,ul,caption,center,form,textarea,div,span
{
font-family: verdana, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
text-decoration:none;
}
a
{
text-decoration:none;
}
a:hover
{
text-decoration: underline overline;
}
h1
{
font-size:8pt;
text-align: center;
}
h2
{
font-weight:normal;
font-size:8pt; color:#666666;
}
h3
{
font-weight:bold;
font-size:8pt;
}
Severity: normal → trivial
Priority: -- → P4
Whiteboard: [havecontact] → [havecontact][havefix]
Comment 9•23 years ago
|
||
On this page, theres nothing useful anymore.
From http://ebf.strikenet.com/:
"we are closed
we have formed up a new clan called resurrection. you can visit us now @
http://r3.mif.at"
Comment 10•23 years ago
|
||
marking as fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•