![]() Preserved Topic: Changing z-index on multiple divs (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: New Jersey, USA |
![]() 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 |
![]() 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 |
![]() Mr. Max |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() Thanks again for the code Mr. Max |
Maniac (V) Mad Scientist From: New California |
![]() butcher, |
Maniac (V) Mad Scientist From: New California |
![]() mr.maX, |
Paranoid (IV) Inmate From: New Jersey, USA |
![]() Thanks Bugs |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() Bugimus, |
Maniac (V) Mad Scientist From: New California |
![]() 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 |
![]() 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 |
![]() Well, I noticed that *some* of my scripts work in Opera but my main page is a complete bust. |