Elisabeth wrote:
> Sorry for all my messages - but I'm running into a big problem. My
> timeline won't run in Internet Explorer (I tested in 7); the page has
> an error, and it's linked to the following code:
> <body onload="onLoad();" onresize="onResize();">
> I'm not sure why this would be a problem with IE...
>
> My timeline is here: http://calligraphyqalam.com/styles/index.html.
>   

Elisabeth,

Try to remove the trailing commas following "theme"

   var bandInfos = [
     Timeline.createBandInfo({
         eventSource:    eventSource,
         date:           d,
         width:          "82%", 
         intervalUnit:   Timeline.DateTime.DECADE, 
         intervalPixels: 30,
         theme:                 theme, // remove this comma
     }),
     Timeline.createBandInfo({
         overview:       true,
         showEventText:  false,
         trackHeight:    0.8,
         trackGap:       0.5,
         eventSource:    eventSource,
         date:           d,
         width:          "18%", 
         intervalUnit:   Timeline.DateTime.CENTURY, 
         intervalPixels: 40,
         theme:                 theme, // remove this comma
     })
   ];


David

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to