The only way you will be able to achieve this is by using Javascript to detect the height of the viewport, and then injecting the correct number of rows you want into the table.
On Thu, Feb 5, 2009 at 3:20 PM, Bob <[email protected]> wrote: > > Hi, > I would like to put html into a table to divide it into smaller > segments. However, I don't want to specify the row locations ahead of > time, rather I want the table to figure it out automatically so that > each table cell is the same size on the screen. For example, say I > want each table row to be 200 pixels tall, is it possible for me to > use CSS to set it up so that a 1000 pixel page will be split into five > table rows while a 1400 pixel page is put into 7 rows? > > Thanks, > Bob > > > > -- -Richard Aday --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected] -~----------~----~----~----~------~----~------~--~---
