On 2012-06-18 08:56 , Mych wrote: > The environment where I will be deploying app has IE6 or FF7 only. I have > developed and system working in IE9, Chrome, FF13 and Safari. The system > will not display timeline on IE6 or FF7. I'm using > timeline_libraries_v2.3.0.zip as published on > http://code.google.com/p/simile-widgets/downloads/list > > The div displays with a background colour and the footer div also displays > but none of the other elements display. My datasource is a json feed. > > I can supply code and examples... at the moment just stuck in trying to > find out why it works in one browser but not another.
Pointing us to a URL would be the most useful. > Any suggestions would be most helpful. You can use the Firebug extension with Firefox to see if it catches any obvious errors. IE6 is rightfully a dead letter. It's unfortunate that you're limited to using that environment. A few common things tend to trip up IE, such as including trailing commas in lists. Other than that, debugging with IE6 is miserable. -- 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.
