On Fri, Jul 11, 2008 at 1: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?
yes.. instead of defining the font sizes in "px" (pixels), use "em" (em's). See http://www.alistapart.com/articles/elastic for a good article on the subject. -- Eric Ladner
