Closed
Bug 216337
Opened 22 years ago
Closed 21 years ago
buttons on left dont work
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: de-perry, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
the buttons at the left - for example "reviews" is supposed to
display a two line menu that allows you to choose between "search
gramofile" and "recommended recordings"
Reproducible: Always
Steps to Reproduce:
1. got to the url
2. run cursor over left hand buttons
3. should be separate menues for each
Actual Results:
nothing.
Expected Results:
menues and click to another page - use iexplorer it does it right (unfortunately)
Comment 1•22 years ago
|
||
Error: document.newsnav has no properties
Source File: http://www.gramofile.co.uk/inc/navnn.js.asp
Line: 68
--------------
Site is using UA string sniffing to deliver different content.
Mozilla and NS4 get:
<link rel="stylesheet" href="css/nn.css">
<script language="javascript" src="inc/navnn.js.asp"></script>
IE get:
<link rel="stylesheet" type="text/css" href="css/msie.css">
<script language="javascript" src="inc/navie.js.asp"></script>
The "navnn.js.asp" code needs to use document.getElementById('newsnav') for
Mozilla.
-> Tech Evangelism
Assignee: general → english-other
Severity: major → normal
Status: UNCONFIRMED → NEW
Component: Browser-General → English Other
Ever confirmed: true
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: general → english-other
Version: Trunk → unspecified
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
•