Anent Hunter wrote:
> David, Larry, and the team,
>
> Simile Timeline is an enormously useful application; your work is much 
> appreciated - both for developing it, and for your support of the 
> Timeline users -
>
> My timeline has 3 event bands, with a 4th overview band.
>
> http://www.geocities.com/[email protected]/index.htm links 
> to 3 timelines: 1) with 3 event bands, 2) with 3 event bands +  
> whitespace, and 3) with 1 event band.
>
> In the third band, with 2200 characters in a default bubble, the 
> default bubble extends above the browser window; the title/link, close 
> button, and possibly upper text lines are hidden. The third event 
> band, left event, will show the problem at all times.
>
> Even with much whitespace, the bubble will place its uppermost regions 
> above the browser window, hiding them.
>
> This could be a browser problem, but the issue does not show itself in 
> the 1 event band timeline, with the same text.
I'd recommend adding a CSS rule to force the bubble's content to scroll:

    div.timeline-event-bubble-body {
       height: 400px;
       overflow: auto;
    }

You'd need to add that after including timeline-api.js.

David


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to