Results 1 to 7 of 7

Thread: Conveyor BElt in IE6

  1. #1
    Join Date
    Feb 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyor BElt in IE6

    Script: Conveyor belt Slideshow
    http://www.dynamicdrive.com/dynamicindex14/index.html

    Please let me know if others are having this type of effect with this script...

    http://www.brassreview.com - Half Way down, called Brand Focus

    It works, but then blanks out in IE6 as it scrolls by to the first image... Not smooth at all... Any ideas?


    Any ideas out there?
    Last edited by interfx; 02-05-2006 at 10:11 PM.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I think it's just a memory thing resource-availability problem, or perhaps a memory-saving feature by IE.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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

    I have worked with this script for a year or so, off and on, in response to questions in these forums about it. My primary browser for testing is IE6. I have never seen what you describe and certainly never on the demo page of this script. At least I don't think so. What do you mean by 'blanks out'? I would take that to mean 'disappears completely'. Just to be sure we are both talking about the same conveyor belt script:

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.

    And if so, to see why yours is so messed up:

    PLEASE: Include the URL to your problematic webpage that you want help with.
    - John
    ________________________

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

  4. #4
    Join Date
    Feb 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Added information to first post... Watch it through, the first image is the Green Box looking one...

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

    I see what you mean, that has something to do with the layout (HTML markup surrounding the script) most likely, could be something else. I'll have a more detailed look and get back to you.
    - John
    ________________________

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

  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

    Yeppers! It is the layout. Just before the script, you have:

    HTML Code:
    <td bgcolor="#FFFFFF" align="center">
    Change that to:

    HTML Code:
    <td bgcolor="#FFFFFF">
    and it will take care of the problem without changing anything else about the page in IE or other browsers. At least not that I could see. Putting this script in an aligned center element in IE makes it think that everything begins and ends at the center, which is just what was happening.
    - John
    ________________________

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

  7. #7
    Join Date
    Feb 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That was it... Works great now!

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
  •