All,
In the grand tradition of answering my own question, and as search bait
for others similarly clueless:
If you set the date/ether markers to display at the top of the band:
Timeline.createBandInfo({align: "Top"})
You'll have to also set the track offset in the theme:
theme.event.track.offset = 20; (or some other appropriate pixel length)
In the themes.js source, the following comment in setting the default
property of event.track.offset
// px. top margin above tapes
This means above ALL the tapes, not EACH of the tapes.
DUH! sorry for the noise.
Jon
On Thu, 3 Sep 2009, Jon Crump wrote:
>
> All,
>
> My query seemed obscure, even to me, so I put a bit of this unfinished,
> dog's breakfast of a web page up so that you could see what I'm talking
> about.
>
> http://neolography.com/staging/test/cv6.html
>
> I commented out the css rule I mentioned and you can see that the events
> are painted over the month markers at the top. Can anyone guess at the
> cause of this behavior, or more to the point, does anyone know how I might
> fix it?
>
> Jon
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---