Results 1 to 6 of 6

Thread: Album script on shadow drop not showing on IE

  1. #1
    Join Date
    Jul 2005
    Location
    Montreal, Quebec, Canada
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Album script on shadow drop not showing on IE

    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.


  2. #2
    Join Date
    Jul 2005
    Location
    Montreal, Quebec, Canada
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb Add-ons test

    I've just test the change from DIV to A (link) and the stuff appear but it's not well form and IE don't render DIV like A in the V plan..

    HTML Code:
    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
    HTML Code:
    document.write('<a id="slide'+curimage+'" href="#" class="slideshow">'+buildimage(curimage)+'</a>')
    I've try putting z-index everywhere but

    Now i'm stuck!

    Help plz..

  3. #3
    Join Date
    Jul 2005
    Location
    Montreal, Quebec, Canada
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question ???

    Is it my topic not interresting enough ??

    Or is's my english?

    Please help me!

  4. #4
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    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"

  5. #5
    Join Date
    Jul 2005
    Location
    Montreal, Quebec, Canada
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Test Site

    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.

    Last edited by Zipotron; 10-14-2006 at 08:54 AM. Reason: URL change

  6. #6
    Join Date
    Jul 2005
    Location
    Montreal, Quebec, Canada
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Update !

    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..

    Can someone help?

    Thanks..

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •