Cascading iframe problem
Hi all,
Assume I've got B iframe in A page now in B a button creats C as another iframe(for example a calendar). I've set the c style as "position:absolute" so that it will hover on top.
The problem is: how can I prevent C to stay on top of A?I mean if there's any overlap between A and C, C will go behind A, but how can I prevent this?
|