View Full Version : Album script on shadow drop not showing on IE
Zipotron
10-05-2006, 10:22 AM
Album Script (PHP Photo Album script #1)
http://dynamicdrive.com/dynamicindex4/photoalbum.htm
and
Simple fluid drop shadows from Stu Nicholls
http://www.cssplay.co.uk/menu/shadow2.html
--
Ok, i've put the script on a css drop shadow and it's not showing on IE but very great on FF..?
*Sorry my page is not online right now..
When i refresh the page it look like the script is under the drop shadow but i don't know how to put it onto the shadow instead.
I've try to use z-index but naturaly not working in IE.
Thanks for any help.
:confused:
Zipotron
10-05-2006, 08:47 PM
I've just test the change from DIV to A (link) and the stuff appear :confused: but it's not well form and IE don't render DIV like A in the V plan.. :mad:
var curimage=0
for (y=0; y<dimension.split("x")[1]; y++){
for (x=0; x<dimension.split("x")[0]; x++){
if (curimage<galleryarray.length)
document.write('<div id="slide'+curimage+'" href="#" class="slideshow">'+buildimage(curimage)+'</div>')
curimage++
}
document.write('<br style="clear: left" />')
}
TO
document.write('<a id="slide'+curimage+'" href="#" class="slideshow">'+buildimage(curimage)+'</a>')
I've try putting z-index everywhere but :eek:
Now i'm stuck!
Help plz.. :D
Zipotron
10-07-2006, 09:36 PM
Is it my topic not interresting enough ?? :confused:
Or is's my english? :o
Please help me!
blm126
10-07-2006, 11:36 PM
I will need to see an online demo to help, and I didn't see the point of posting "Sorry I can't help you"
Zipotron
10-09-2006, 06:57 AM
I've change server 'cause of the banner who was bugging the design.
http://projet.awardspace.com/occasions.html
There a recap of the problem:
in firefox, images and texts show up but not on IE, they're appears to be on a sub-level.
Please tested the page under firefox and IE to see the difference.
thanks for any insight.
:)
Zipotron
10-14-2006, 11:11 AM
Ok, i tried a version of the page with no shadow and on IE the photos and text show up..
i think the javascript of the Photo Album script run before the shadow and that came to effect to put the shadow on top of the photos.. :(
But i don't know how to run the script after the shadow..:confused:
Can someone help?
Thanks..
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.