John Ramsden
|
| Posted: 01/07/2003, 6:33 AM |
|
Is there a way to configure a CSS grid so that the same (maximum) number of lines is always displayed, even if there are less than the maximum number of
database records read to occupy them and trailing lines are blank, i.e. on
the last/only screen?
I have a page footer on each page, which it would be nice to keep in the same position on the screen, rather than it suddenly hopping up to half way up the screen when the grid is truncated.
Cheers
John Ramsden (john_ramsden@sagitta-ps.com)
|
|
|
 |
RonB
|
| Posted: 01/07/2003, 2:38 PM |
|
set the width and height for the TD or the whole table.
|
|
|
 |
John Ramsden
|
| Posted: 01/08/2003, 7:10 AM |
|
Thanks for your prompt reply Ronb. But adding a height=".." clause to the <table> spec in the HTML was the first thing I tried, and the result just stretched the table vertically, like looking in a fairground mirror!
I have a feeling that to avoid distortion, the setting must be something
more to do with specifying minimum row counts in the code (PHP in my case)
or in the grid properties window; but nothing obvious presents itself.
Cheers
John Ramsden (john_ramsden@sagitta-ps.com)
|
|
|
 |
RonB
|
| Posted: 01/08/2003, 12:51 PM |
|
Tried percentage instead of pixels? Works for me.
Ron
|
|
|
 |
|