Topic: Quick question about postions (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 06-04-2002 10:45
is the position of an element relative to the browser window? or to the table it is in? |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 06-04-2002 12:15 |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 06-04-2002 19:53
If you set it's position to absolute, then it should be relative to the lowest element that contains it that *also* has position set to absolute. |
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 06-05-2002 02:58
I was just thinking about this while I sit here in Java class, and I think my problem might be this: |
Nervous Wreck (II) Inmate From: Manassas VA, USA |
posted 06-06-2002 08:08
Yup, that fixed it. |