Thanks, however, I'm trying to get an image to display on the timeline
- not just in the info box.

When the timeline is clicked and displays I need to have the cover
images displaying in contrast to the title of the album. When someone
clicks on the image of the cover the info box should display w/image
and text.

Thanks again

CT

On 3/16/07, David Huynh <[EMAIL PROTECTED]> wrote:
> 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
>
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to