|
CSS layers and database content
Hello all,
I have a webpage that displays a list of items from a database. I have a layer which will hold recordset content (contlayer) and a layer that will have a copyright bar (copylayer).
The problem is, if there is a large list of data the contlayer will expand over or under the copylayer. I dont want this to happen.
I want there to be a gap between the contlayer and the copylayer no matter how long the contlayer gets.
I know layers have an overflow function but i do not want to use that function.
Can anyone help me.
below is a diagram that might explain
1)
-------------
| ---------- |
| Cont layer |
| ---------- |
| -----------|
-------------
Gap
-------------
| Copylayer |
------------
2)
-------------
| --------- |
| Cont layer |
| ---------- |
| ------- -- |
| ---------- |
| ---------- |
| ---------- |
| ---------- |
| ------- -- |
| ---------- |
| ---------- |
| ---------- |
| ---------- |
| ------- -- |
------------
Gap
-------------
| Copylayer |
-------------
Last edited by sssaudddahmed; Jan 8th, 2006 at 05:43.
|