Closed
Bug 296415
Opened 20 years ago
Closed 20 years ago
Photo galleries on my site do not display correctly in Firefox. AOL, Netscape and IE all display correctly.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: carole, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: http://www.bensleyraceteam.com after clicking in the dropdown box to go to page one..........I have created Galleries on this and other pages on my site. The Photo Galleries work fine in AOL 6.0 SE, IE 6.0 and Netscape 8.0 beta browsers. But when I view it in in Firefox (most recent version), the thumbnails run off the screen to the right, with no arrows. All the other browsers show 5 thumbnails and arrows to the left and right to browse the other thumbnails. Reproducible: Always Steps to Reproduce: 1. click on links to left, go to BRT Page 2 (or any of the other pages, other than the home page. Galleries don't display correctly. Actual Results: Thumbnails run off the screen to the right, with no arrows. Expected Results: It should show 5 thumbnails and arrows to the left and right to browse the other thumbnails.
Comment 1•20 years ago
|
||
Then you should know you are doing this on purpose:
if (fp_ie4()) {
document.write("<span align='center' style='width:584;overflow:hidden'
id='fpGalleryListCell_580'>");
}
if (fp_ns6()) {
document.getElementById("fpGalleryLeftBtn_580").style.visibility="hidden"
}
Only IE browsers have this future, Netscape 8 beta uses IE as a rendering engine
Not a Firefox bug, please consult JavaScript forums for help
-> INVALIDStatus: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•