IE -- z-index

hi,

pls compare
http://mayacove.com/cycle/photos_cycle.html

in IE and FF (don’t know if problem in IE 6 only or also in IE 7, won’t be able to test in IE 7/8 till tomorrow…)

div nested in a div with z-index property acquires a white bg, afterpg has loaded, you can see it looking ok briefly before pg finishes loading…

don’t know how to fix this problem… this is a jquery plugin for slideshows, cycle plugin… in case you’re wondering why photos are nested in so many divs (according to cycle plugin FAQ (http://jquery.malsup.com/cycle/faq.html) only way to center imgs of diff widths is to nest them in a div; then to center them vertically (which doesn’t work in IE6, I know) I had to nest them in yet another div… b/c first nested div cycle plugin gives it display:block (in my case div.photo, can see in Firebug) but to vertically center need display:table-cell… at any rate problem I really need to fix is z-index… )

thank you…

Thanks for posting the correction, maya.

not that I got a lot of responses here…:wink: but anyway… disregard… this is not a z-index problem, it’s a more complex problem, unfortunately… has to do w/cycle plugin… posted question in jquery forums/using jquery plugins…
(http://forum.jquery.com/topic/cycle-plugin-ie-problem-cycle-method-messes-up-div-to-which-it-s-applied-only-in-ie)

thank you…