Darkmatter5 Posted July 8, 2008 Share Posted July 8, 2008 Say I have a layout of divs all on the same z-index layer (1) with specific floating set, so they effect each other. Then I have another layer of divs at a higher z-index (2) also with specific floating set, so they also effect each other. Now will the floating of z-index 1 objects effect items in z-index 2 or are the index layers completely independent? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/113734-z-index-question/ Share on other sites More sharing options...
scottybwoy Posted July 8, 2008 Share Posted July 8, 2008 This is precisely the point of z-index, but there are still some problems about how various browsers work them out, *annoyance*. Look it up in google to find out more. Quote Link to comment https://forums.phpfreaks.com/topic/113734-z-index-question/#findComment-584502 Share on other sites More sharing options...
ToonMariner Posted July 9, 2008 Share Posted July 9, 2008 IE6 (as always) is the one that really struggles with the z-index stacking order. Firstly to require a stacking order on these elements I am assuming they are positioned relatively or absolutely? After that is just a case of setting the z-index to get what you want from good browsers and then a bit of suck-it-and-see with an ie6 style sheet only. Quote Link to comment https://forums.phpfreaks.com/topic/113734-z-index-question/#findComment-584943 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.