Closed
Bug 302963
Opened 19 years ago
Closed 19 years ago
Pop down menus do not work
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
VERIFIED
INVALID
People
(Reporter: mstankiewicz, Unassigned)
References
()
Details
Attachments
(1 file)
|
11.92 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5 I used DreamWeaver mx 2004 to make this website for my school. I created a pop-up menu navigation bar in fireworks and exported into DW to use in my website's template. The popup menus do not work with firefox mac or pc. The menus work in safari (mac) and ie (pc and mac). Please help. I want our students to use Firefox on all our computers in the district. Reproducible: Always Steps to Reproduce: 1.Go to http://www.rivergroveschool.org 2.At the top of each page, there is a navigation bar (HOME DISTRICT SCHOOL INFO .....). When you click on these words in the navigation bar, a pop-down menu is suppose to appear with other links within our site. 3. No pop down menus appear. Actual Results: No pop down menus appear. Therefore, visitors to our site can not navigate within our site. Expected Results: Pop down menus under each word, except HOME and PHOTO ALBUM, should appear. These menus have links to other pages within our site.
Comment 1•19 years ago
|
||
1. http://validator.w3.org/check?uri=http%3A//www.rivergroveschool.org/ shows plenty of errors. 2. bugzilla is not a html forum that's what a.o. http://forums.mozillazine.org/ is for.
Comment 2•19 years ago
|
||
Marie, could you provide a minimized testcase of the code that's causing the problem?
Comment 3•19 years ago
|
||
Also, javascript throws: Warning: reference to undefined property window.mm_menu_0712141325_2 Source File: http://www.rivergroveschool.org/ Line: 1
Comment 4•19 years ago
|
||
The mm_menu.js only checks for document.layers and document.all Seems like the menu code you are using is outdated, this is no Firefox bug. Please check out a JavaScript forum for help
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 6•19 years ago
|
||
Marie, this bug is INVALID, meaning the fact it doesn't work isn't firefox's fault. No further action will be taken.
(In reply to comment #6) > Marie, this bug is INVALID, meaning the fact it doesn't work isn't firefox's > fault. No further action will be taken. My question to you is why does my website work in IE and Safari and not Firefox? This is unfortunate because now I cannot use Firefox on our school's computers. If you want to introduce people to Firefox, I have 800 students and staff that would be introduced to Firefox if it would work. If you can't help, can you suggest another source for free assistance?
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 8•19 years ago
|
||
Becuase they support undocumented or non-standard ways of doing things. There is quite surely a way to achieve what you want in a standard-compliant way, but you seem to be set on doing it in a way that is not standards-compliant. I'm sure there is a forum that could help you, but I don't know of an URL off the top of my head. Please don't re-open this bug, it will only be re-closed and marked as INVALID again.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → INVALID
Comment 9•19 years ago
|
||
Marie, bugzilla is for reporting bugs in Firefox, not for JavaScript support. Just google for a JavaScript forum and ask there if you want help.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•