Topic awaiting preservation: What am I laying on? |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
posted 08-21-2002 20:06
I was wondering if there is a way to dynamically determine elements physically below a div layer. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 08-21-2002 21:33
Well, using Element.nextSibling (i think, or maybe Element.followingSibling), you should be able to access the next element in the *source*. But if you have a bunch of absolutely positioned elements at random positions, you'll have to compare their positions manually. |