Closed
Bug 272331
Opened 20 years ago
Closed 20 years ago
Navigation Arrows are missing from the slide show
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jahantg, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 Using Frontpage 2002 I created a photo gallery slide show. I cannot see the arrows to navigate to another screen. Instead all I see is a very long horizontal page. Reproducible: Always Steps to Reproduce: 1.Create a slide show with frontpage 2. 3. Actual Results: Missing Navigation Arrows Expected Results: Use IE to see the results.
Comment 1•20 years ago
|
||
Yep, it's strange, but for some reason FrontPage seems to create stuff vaguely
like HTML, which only works as intended in IE. In this case, the included script
from /photogallery/photo16093/sldshow.js identifies Firefox as fp_ns6, and then
after the right button element is created, the page says:
if (fp_ns6()){
document.getElementById("fpGalleryRightBtn_6051").style.visibility="hidden"
}
and so we do just what it told us to do, hide the right button.Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 2•19 years ago
|
||
--> Websites :: www.mozilla.com so timeless can close out Firefox :: Product Site.
Component: Product Site → www.mozilla.com
Product: Firefox → Websites
Comment 3•19 years ago
|
||
-> Firefox::General (939393)
Component: www.mozilla.com → General
Product: Websites → Firefox
You need to log in
before you can comment on or make changes to this bug.
Description
•