Topic: css footers with dynamic tables |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 11-09-2004 18:17
I'm not even sure if this is the proper forum, but I thought I would start here. code: <div id="container">
|
Maniac (V) Inmate From: under the bed |
posted 11-09-2004 18:36 |
Bipolar (III) Inmate From: London |
posted 11-09-2004 18:43
hmm that is strange, as DL-44 said, it really does depend on the position property of your div's. If you've set the position to be absolute then they'll never move unless you have the javascript tell them to, but we really need to know some more information to help you here. |
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 11-09-2004 19:10
The content div is relative, and the footer is absolute, positioned to the bottom of the container. |
Paranoid (IV) Inmate From: France |
posted 11-09-2004 19:16
RypTide: have you had a lookt at ALA: Exploring Footers by Bobby van der Sluis ? |
Nervous Wreck (II) Inmate From: mn |
posted 11-09-2004 19:40
Are you using div's to show tablular data? (The thread name makes me think you are) If it is tabular, if you use tables I think it would be easier to get it to align correctly compared to using divs. quote: Can you make a "mini demo" that doesn't have anything proprientary, but displays your problem? |
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 11-09-2004 20:04
ninmonkeys: tables are being used within the content div to display tabluar data therein. |
Nervous Wreck (II) Inmate From: mn |
posted 11-09-2004 22:39
quote: Forget what I said about that. I thought you were doing something like code: <div Maybe this is your problem, I just noticed what he and you said: quote:
quote: |
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 11-09-2004 23:24
yup, exactly. |