Nigel, Thanks, I did solve my problem. I had, by trial and error, to discover what you so correctly point out. In generating the html to insert into the bubble's description div, I had already calculated the maximum height for what I wanted, I merely had to apply that to the _containing_ div: no need to hack the bubble at all!
Thanks, Jon On Fri, Oct 29, 2010 at 4:25 AM, Nigel <[email protected]> wrote: > The correct behaviour for an HTML div with a defined height but no > content is. I believe, to be rendered with no height. That would mean > testing for its actual rendered height would return 0. A non-breaking > space HTML entity ( ) inside the empty div will cause it to > render at its defined height. > -- 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.
