Thanks for great apps....
we have this
var eventSource = new Timeline.DefaultEventSource();
var bandInfos = [
Timeline.createBandInfo({
eventSource: eventSource,
date: "Jun 06 2009 00:00:00 GMT",
width: "100%",
intervalUnit: Timeline.DateTime.MONTH,
intervalPixels: 250
})
]
tl = Timeline.create(document.getElementById("my-timeline"),
bandInfos);
Timeline.loadXML("data.php", function(xml, url) { eventSource.loadXML
(xml, url); });
now we would like years to be with alternate color background and able
to control text displayed....plus we would like to have static non
movable background (less opacity) for years..
how can we do that....
we try changing css files but it didnt helped...
plus we are confused with 2 bands there in demo...what is actually
that lower band for ....it seems really out of synchronization with
upper one
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---