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…