Closed
Bug 89696
Opened 24 years ago
Closed 23 years ago
thisisharmony.com uses invalid css
Categories
(Tech Evangelism Graveyard :: English US, defect, P4)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: troy_sz, Assigned: bc)
References
()
Details
(Whiteboard: [TOOL][DYNAMICDRIVE][SYNTAX-CSS][dead])
Attachments
(4 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2) Gecko/20010628
BuildID: 2001062815
I maintain the website http://www.thisisharmony.com. I use MS frontpage to
create and manage the site. I use the Mozilla browser to test how the page
looks in a browser other than IE. The main index page of thisisharmony.com
always looked perfect in Mozilla throught 0.9.1. Yesterday I downloaded the
0.9.2 version & installed it. (after uninstalling my previous version [0.9.1]).
After installing 0.9.2, the Mozilla browser no longer displays the page
correctly. There is a menu bar at the top of the screen that uses a javascript
component that does not display right (colors are off, sometimes have to reload
the page to see the menu bar) and it inserts a row of text that doesn't belong
at the bottom of the page.
Reproducible: Always
Steps to Reproduce:
1.view http://www.thisisharmony.com in 0.9.1 browser
2.view http://www.thisisharmony.com in 0.9.2 browser
3.
Actual Results: the page does not display correctly in 0.9.2
Expected Results: release builds less often - quality over quanity.
I never had any trouble at all displaying the page in the Mozilla browser until
installing the 0.9.2 build
![]() |
||
Comment 1•24 years ago
|
||
![]() |
||
Comment 2•24 years ago
|
||
The screenshot shows what I see on that page with linux build 2001-07-06-08.
Could you post the IE screenshot so we can see what the difference is? One
obvious problem with the JS/CSS, by the way, is in
http://www.thisisharmony.com/styles.js:
var fFONT = "arial";
var fSIZE = 13;
var aLINK = "#ffffff";
var bFont = 'font-family: ' + fFONT + '; font-size: ' + fSIZE + 'px; color: ' +
aLINK + '; ';
if (mz7 || ns6) {document.write('.menubar \{' + zOrder + ' font-family: ' +
bFont + bgColor + ' \}');}
note that "font-family: " + bFont will give you invalid CSS...
Comment 6•24 years ago
|
||
RESOLVING to INVALID
This is a bug with the website CSS, and isnt Mozilla fault...
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
.
Status: RESOLVED → UNCONFIRMED
Component: Browser-General → Evangelism
Resolution: INVALID → ---
we have a component and group of people who encourage sites to fix their
code/style.
Assignee: asa → bclary
QA Contact: doronr → zach
Assignee | ||
Comment 10•24 years ago
|
||
Actually he is using:
/*
Top Navigational Bar III (By BrotherCake @ cake@brothercake.net)
Permission granted/modified by Dynamicdrive.com to include script in archive
For this and 100's more DHTML scripts, visit http://www.dynamicdrive.com
*/
Whiteboard: [TOOL][DYNAMICDRIVE]
Comment 12•24 years ago
|
||
reworking summary
Summary: build 0.9.2 no longer renders page correctly → thisisharmony.com uses invalid css
Whiteboard: [TOOL][DYNAMICDRIVE] → [TOOL][DYNAMICDRIVE][SYNTAX-CSS]
Assignee | ||
Comment 13•24 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Assignee | ||
Updated•24 years ago
|
Priority: -- → P4
Comment 14•23 years ago
|
||
site is dead, markign fixed
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Whiteboard: [TOOL][DYNAMICDRIVE][SYNTAX-CSS] → [TOOL][DYNAMICDRIVE][SYNTAX-CSS][dead]
Comment 15•23 years ago
|
||
Verified, but site is not dead.
2002030208/WinXP
Status: RESOLVED → VERIFIED
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
•