Chauncey Thorn wrote:
> Hi all,
>
> At my job we're using timeline to create the timeline of Artist record
> releases.
>
> Minor problem getting it to work within our layout - so I made it a popup.
>
> http://www1.vibe.com/music/search/artist.html?id=UCAgIDE5ODYxOQ==
> Click on "Discography Timeline".
>
>
> What I can't seem to figure out is how to get images to display where
> the "album titles" are.
>
I'm not really sure what you meant, but I guess you meant to put the
image on the left? Here is the CSS class for those images:
.timeline-event-bubble-image {
float:right;
padding-bottom:5px;
padding-left:5px;
}
You can just declare your own CSS rules to override that (after you
include timeline-api.js), e.g.,
.timeline-event-bubble-image {
float: left;
}
For the other styles, see the various files in
http://simile.mit.edu/timeline/api/styles/
Cheers,
David
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general