On 2007/06/14 12:59 (GMT-0700) Juanita apparently typed: > Is it possible - or how can I allow for automatic page scaling? > I have a module which will appear on one page (info is fed from a > database.) The width of the module can very, so the page needs to be able > to scale to different widths. > current (table) site page - if you click on 'full week the page expands to > fit the content > http://www.kcsm.org/tv.html > The page on the new (tableless) site isn't expanding. > http://www.kcsm.tv/tv/index.php
I get error 404 on this. > All the layout css is in em's. > http://www.kcsm.tv/styles/global.css > Is it possible to make the width scaling happen? Should it be put in a > table? It's the basic nature of any modern web browser to automatically scale. All you can do with CSS is suggest limitations on that nature by constraining widths and heights and so forth. Virtually every TV schedule I've ever seen constituted tabular data. If that's what your expanding module is, then it belongs in a table. -- "Respect everyone." I Peter 2:17 NIV Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://mrmazda.no-ip.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
