Closed
Bug 274229
Opened 20 years ago
Closed 20 years ago
Moving header does not show up
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jouniL, Assigned: bugs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Hi, This page that I made has a 'moving' header with text "Art by Jaana" but it does not show up coming from the right as it does using Explorer. Also the pictures on this page have a thin frame around them that seems to be shown diffrently compared to what explorer shows. Mayby my page is badly coded? BR, Jouni Reproducible: Always Steps to Reproduce: 1. 2. 3.
Comment 1•20 years ago
|
||
Basically, the script used for the text tries to use document.layers and document.all, neither of which are really supported. Try using getElementById instead.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Component: Web Site → General
Resolution: --- → INVALID
Comment 2•20 years ago
|
||
FYI, the bad code is in the dynAnimation(obj) function of the animate.js file.
You need to log in
before you can comment on or make changes to this bug.
Description
•