Mozilla Firefox - Front Page clash
Howdy:
I recently started using Mozilla Firefox as my browser of choice but I see that the dynamic animations I used to have in my website don't work in Firefox. I'm wondering if there is an HTML way of achieving the same effects... ( I was using Page Load / Fly in / From top-right).
Thanks in advance
No, you would need to use JavaScript for that.
Ahh.. JavaScript here I come...
man, I didn't get very far... the html of the problem is using JavaScript to start with and that's the bit that's not working:
<script language="JavaScript" fptype="dynamicanimation">
??
What you have needs to be rewritten.
fptype is not valid HTML. language is deprecated.
A script tag should look like this:
<script type="text/javascript">
It may optionally contain a src= attribute to link in an external Javascript but no other attributes are valid.
Stephen
Many thanks felgall.. If I wasn't sitting here waiting for the parts to be delivered for my new computer I would be onto that right away..
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks