Results 1 to 7 of 7

Thread: Ultimate Fade in Slideshow - Bug in Safari

  1. #1
    Join Date
    Jan 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade in Slideshow - Bug in Safari

    1) Script Title: Ultimate Fade-in slideshow (v1.51)

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

    3) Describe problem:

    On my webpage, for some reason, the Javascript slideshow is appearing on the right of the page in Safari, I put a border around the containing div, and that is in the correct postition.

    http://test.ukspotlight.co.uk/netteam/index.htm

    Does anyone know why it could be doing this?

    Any help would be great!

  2. #2
    Join Date
    Jan 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Can anyone offer any help?

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    This isn't an issue with the script (as no JS errors occur), but rather, with your layout. It's hard to tell at a glance what's causing this, but try moving the invocation code for the Slideshow script so it's outside its current DIV container:

    Code:
    	<!--End of Menu-->
    //where code previously was
      </div>
      <!-- End of mainPic divide -->
    	<script type="text/javascript">
    	//new fadeshow(fadeimages, 245, 971, 0, 5000, 1 (0=no, 1=yes), optionalRandomOrder)
    	new fadeshow(fadeimages, 951, 222, 0, 4000, 1, "R")
    	</script>
      <div id="content">
        <div id="contentLeft">
    BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice: http://www.dynamicdrive.com/notice.htm
    DD Admin

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

    Your page is in violation of Dynamic Drive's usage terms, which, among other things, state that the script credit must appear in the source code of the page(s) using the script. Please reinstate the notice first.


    Yes, and after you move the slide show to:

    Code:
    	</div>
    	<!--End of Menu-->
      </div>
      <!-- End of mainPic divide -->
    	<script type="text/javascript">
    	//new fadeshow(fadeimages, 245, 971, 0, 5000, 1 (0=no, 1=yes), optionalRandomOrder)
    	new fadeshow(fadeimages, 951, 222, 0, 4000, 1, "R")
    	</script>
      <div id="content">
    there will a gap unless you change your mainPic division to a height of like 22px.
    - John
    ________________________

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

  5. #5
    Join Date
    Jan 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Apologies for the Copyright issue, I hadn't realised it had been removed.

    I tried the above and the same problem occurs, any ideas?

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

    Two jump to mind immediately. On your demo page (as listed in your first post in this thread):

    http://test.ukspotlight.co.uk/netteam/index.htm

    You have not made the suggested changes, nor reinstated the script credit.

    I would like to add that I tested your code with the modification ddadmin suggested plus the change in style height suggestion I added in Safari 3 Win and it took care of the problem which was obvious and just as you had stated in that browser prior to these modifications.

    So I am at a bit of a loss to understand your reported results.

    How about you make the suggested modifications to the page at the link above, clear your cache and view in Safari. If there are still problems (I did see some slight alignment issues in that browser after the modifications, but the main problem was resolved), get back to us.

    We cannot help if you are unwilling or unable to follow our advice, and/or adhere to the legal requirements of Dynamic Drive script usage.
    - John
    ________________________

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

  7. #7
    Join Date
    Jan 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well i tried last night, and was still having the same issue.

    I will try again tonight your steps above.

    As for the Copyright, there was no Copyright for the body, there is within the JS file though. As I see on the Terms of Use, you need to add it in under the calling of the JS file. I will also do this tonight.

    My sincerist apologies.

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
  •