Preserved Topic: Changing z-index on multiple divs |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 06-12-2001 02:01
I want to write my own show/hide or change z-index type of script. I have been reading the tutorial at Dynamic Duo and have a pretty good idea how to write the show/hide script for one layer, or for changing the z-index of a layer to bring it above another one. But, I don't quite get how to do it with multiple layers at once. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-12-2001 07:28
This is an example that I made for Pugzly: http://www.max.co.yu/ozone/multi_divs.html |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 06-12-2001 21:46
Mr. Max |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 06-14-2001 00:53
Thanks again for the code Mr. Max |
Maniac (V) Mad Scientist From: New California |
posted 06-14-2001 01:26
butcher, |
Maniac (V) Mad Scientist From: New California |
posted 06-14-2001 01:36
mr.maX, |
Paranoid (IV) Inmate From: New Jersey, USA |
posted 06-14-2001 02:48
Thanks Bugs |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-14-2001 08:17
Bugimus, |
Maniac (V) Mad Scientist From: New California |
posted 06-14-2001 09:21
Good point, it is the W3C DOM way and that is really how we should all be tailoring our code for. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 06-14-2001 23:20
Opera has a *decent* support for standards. There's only one thing that it still doesn't support and that is dynamic content changing (i.e. innerHTML). Also, it has one very annouying behavior when you resize MDI window, and that is that it will reset layers to their initial state (i.e. it will hide layers that were not originally visible). Apart from this, you can do some cool stuff with it, of course you can't do everything that you can do in IE, but it's a good for start (and it can only get better in the future)... |
Maniac (V) Mad Scientist From: New California |
posted 06-15-2001 00:15
Well, I noticed that *some* of my scripts work in Opera but my main page is a complete bust. |