Results 1 to 3 of 3

Thread: Conveyor belt slideshow script, problem with png images

  1. #1
    Join Date
    Feb 2009
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Angry Conveyor belt slideshow script, problem with png images

    1) Script Title: Conveyor belt slideshow script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rightslide.htm

    3) Describe problem:
    Hi guys, i applied the script and it works perfect, except of course in IE6 where i have problems with PNG transparency!
    I taught i resolved that problem earlier with the supersleight-min.js script that solved the png transparency problems (i have put the supersleight in the head of my document) but it doesn't work with .png images in the slideshow!
    Can anyone help please??!
    Can i put some kind of a fix for png images directly into the Conveyor belt slideshow script so it applies on the .png images in the slideshow?? Thank YOU!!

    (i tried to find some similar problem on the forum, but couldn't find any)
    Last edited by jscheuer1; 02-15-2009 at 03:18 PM. Reason: fix broken link

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Where did you put:

    Code:
    <!--[if lte IE 6]>
    	<script type="text/javascript" src="supersleight-min.js"></script>
    <![endif]-->
    ?

    The way that supersleight is written, I would think it would have a very good chance of working with Conveyor IF it's tags are placed just before the closing </body> tag of the page:

    Code:
    <!--[if lte IE 6]>
    	<script type="text/javascript" src="supersleight-min.js"></script>
    <![endif]-->
    </body>
    </html>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    Hrvoje85 (02-15-2009)

  4. #3
    Join Date
    Feb 2009
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanks JOHN!!
    it works now, i didnt know that i have to put the supersleight before the </body> tag! First i've put it in the head of the document and it worked in one case but not with the conveyor belt! But now it works fine! thanks, you're a javascript god!

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
  •