View Single Post
  #1 (permalink)  
Old Jan 8th, 2006, 05:31
sssaudddahmed sssaudddahmed is offline
New Member
Join Date: Jan 2006
Age: 27
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote