Jump to content

HTML5 in Internet Explorer


Amit20

Recommended Posts

Hello Everyone!

 

I have made a simple animation using HTML5 canvas element.

 

Now the problem is, IE8 does not render my animation.

 

I even included the Explorer Canvas script in the head section of my File

 

!--[if lt IE 9]>
	<script src="excanvas/excanvas.js"></script>
	<![endif]-->

 

I know that for the explorer canvas to work it must be loaded into the document.

 

I have written my code in $(document).ready event.

 

Still it does not work!!!

 

Any help will be highly appreciated.

 

 

Link to comment
https://forums.phpfreaks.com/topic/241673-html5-in-internet-explorer/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.