The sample you reference does scale dynamically, though a little roughly in FF3 (text overlaps sometimes) but we are getting close!
Maybe there is some additional javascript in his CSS files that causes the sizes to be re-evaluated when the window size changes? I'm reaching. -- Bobman On Fri, Jul 11, 2008 at 4:44 PM, Dirk Frederickx <[EMAIL PROTECTED]> wrote: > Bob, > > I see you what you mean. > It is indeed strange, but I can't see quickly why it isn't scaling > properly. > > Plse verify the original S5 implementation of Eric Meyer at > http://meyerweb.com/eric/tools/s5/s5-intro.html > where you will see that the font's properly scale when the window is > resized. > > > > dirk > > On Fri, Jul 11, 2008 at 10:25 PM, Bob Paige <[EMAIL PROTECTED]> wrote: > > I think I'm not making myself clear. > > > > Suppose I create a presentation with Powerpoint. Each page has a title > and > > some content. While editing in the 'slides' view, I can resize the slide > all > > I want the content does now reflow; instead everything grows or shrinks > > (zooms in or out) based on the size of the slide. This is the behavior I > am > > asking for. > > > > Instead with S5 (which uses ems, BTW), as I resize the browser window > > everything reflows and the text stubbornly stays the same size it was. > Thus, > > if I make the window smaller, I see less content. With the powerpoint > > approach, if I make the window smaller, I see the same content, just > > smaller. > > > > I think what I'd need to do is define the font sizes as a percentage of > the > > window size, not in points or ems. Make sense? > > > > Is this possible with CSS? > > > > -- > > Bobman > > > > > > On Fri, Jul 11, 2008 at 3:52 PM, Dirk Frederickx < > [EMAIL PROTECTED]> > > wrote: > > > >> Strange. > >> Cause afaik all s5 css rules use fluid font metrics (em based) > >> Which browser are you using ? Could you post a screen-shot ? > >> > >> > >> dirk > >> > >> > >> On Fri, Jul 11, 2008 at 8:42 PM, Bob Paige <[EMAIL PROTECTED]> wrote: > >> > Not specifically a JSPWiki question, but related nonetheless: > >> > > >> > When I create presentations with S5, the fonts are a fixed size > >> (different > >> > headers, etc.) as I resize the browser window. > >> > > >> > I wonder if (through CSS) that could define the font sizes to be > >> relative? > >> > Is this a straightforward CSS change? > >> > > >> > -- > >> > Bobman > >> > > >> > > >
