IE doesn't display what Firefox does
Page 1 of 111 Replies - 1689 Views - Last Post: 05 October 2006 - 04:59 PM
#1
IE doesn't display what Firefox does
Posted 03 October 2006 - 09:44 AM
I have some Javascript I've been working with that creates a dynamic 'tweening' animation. However, the code only works on Firefox/Safari...on opening the page in IE, all I get is a blank page(but no errors listed).
The page can be seen here.
Thanks,
Girasquid
Replies To: IE doesn't display what Firefox does
#2
Re: IE doesn't display what Firefox does
Posted 03 October 2006 - 10:07 AM
However I think the problem is in your script tags. They should have a starting and ending tag for scripts but your HTML only has the ending tag.
<script type="text/javascript" src='includes/main.js' />
Should look like this:
<script type="text/javascript" src='includes/main.js'> </script>
#3
Re: IE doesn't display what Firefox does
Posted 03 October 2006 - 05:12 PM
girasquid, on 3 Oct, 2006 - 09:44 AM, said:
jayman9, on 3 Oct, 2006 - 10:07 AM, said:
Other comments:
- Both of the constructs in jayman9's post are valid XHTML, though using the suggested latter is the better choice for compatibility. After all, Internet Explorer can't even read true XHTML.
- That XHTML is invalid.
- You could make your page more readable by utilizing <code></code> tags and not centering the code (code is read left-aligned). It would have also made sense to use white-space: pre instead of all those line-break elements.
- I'm curious why you're using document.all for compatibility with those antique browsers. If that was your intent then you shouldn't even be using XHTML as HTML is more compatible.
- With a page in standards-compliance mode, as yours currently is (based upon the doctype), there's no need to exploit the text-align: center bug to center block-level elements as Internet Explorer 6 and above understand the correct method: margin: 0 auto.
#4
Re: IE doesn't display what Firefox does
Posted 03 October 2006 - 05:51 PM
#5
Re: IE doesn't display what Firefox does
Posted 04 October 2006 - 06:18 AM
jayman9, on 3 Oct, 2006 - 05:51 PM, said:
Unfortunetely it was a school computer I was trying it on and I am not allow to update, as I am not an admin on the school computers.
#6
Re: IE doesn't display what Firefox does
Posted 04 October 2006 - 08:20 AM
Arbitrator, on 4 Oct, 2006 - 06:18 AM, said:
Nice, I didn't know there was a portable version.
#7
Re: IE doesn't display what Firefox does
Posted 04 October 2006 - 08:26 AM
#8
Re: IE doesn't display what Firefox does
Posted 04 October 2006 - 09:10 AM
This post has been edited by girasquid: 04 October 2006 - 05:02 PM
#9
Re: IE doesn't display what Firefox does
Posted 05 October 2006 - 07:56 AM
skyhawk133, on 4 Oct, 2006 - 08:26 AM, said:
girasquid, on 4 Oct, 2006 - 09:10 AM, said:
#10
Re: IE doesn't display what Firefox does
Posted 05 October 2006 - 09:23 AM
Arbitrator, on 5 Oct, 2006 - 07:56 AM, said:
Alright, I'll remember that.
#11
Re: IE doesn't display what Firefox does
Posted 05 October 2006 - 11:15 AM
Arbitrator, on 5 Oct, 2006 - 07:56 AM, said:
Ask you and you shall receive, there is a Thunderbird portable.
You can find it here.
#12
|
|

New Topic/Question
Reply


MultiQuote






|