Results 1 to 5 of 5

Thread: Ultimate Fade-In Positioning Issues

  1. #1
    Join Date
    Oct 2008
    Posts
    12
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Unhappy Ultimate Fade-In Positioning Issues

    1) Ultimate Fade-in Slide-Show
    2) http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) I can't figure out why in IE my slide-show still displays vertically. I added the recommended code from below and in Firefox it is perfect, but in IE it still shows vertically.


    <table border="0" width="450" cellspacing="0" cellpadding="0">
    <tr>
    <td><script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, pause, optionalRandomOrder)
    new fadeshow(fadeimages, 140, 225, 1, 3000, 1, "R")

    </script></td>
    <td><script type="text/javascript">
    new fadeshow(fadeimages2, 110, 110, 0, 4000, 0)

    </script></td>
    </tr>
    </table>

    Any other suggestions??

  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

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

  3. #3
    Join Date
    Oct 2008
    Posts
    12
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Smile

    Hello John,

    Here is a link to my code

    http://realestatesample.homestead.co...lide-show.html

    Here is a link to the code in action..as you can see in Fireforx it displays horizontally, but in IE it displays vertically.

    http://realestatesample.homestead.com/index.html

    Thank you for your time!

  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

    You left out a > for the closing script tag:

    Code:
     . . . ainer.onmouseover=function(){cacheobj.mouseovercheck=1}
    crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
    }
    this.rotateimage()
    }
    </script
    
    <table border="0" width="250" cellspacing="0" cellpadding="0">
          <tr>
            <td><script type="text/javascript">
    //new fadeshow(IMAGES_A . . .
    Oh, and that table should probably be wider, like 730 or 750, something like that.
    - John
    ________________________

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

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

    trumpdown (10-10-2008)

  6. #5
    Join Date
    Oct 2008
    Posts
    12
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    That did it thank you very much.....I am learning as we go here..so I appreciate the help..what a great site this is!!!

    Not to get greedy on you for instruction..but I have one additional question concerning from the link above:

    http://realestatesample.homestead.com/

    Do you see the vertical scroll on the far right hand side "Air Purification...Appliance Sales & Repair...Bathroom Remodeling"....etc

    Well this script is fine for the scroll, but does any script exist that offers the auto vertical scroll, but also includes functionality of a scrollbar for the user to manually speed through the categories...because there are 37 of them and even with a faster scroll it takes some time to cycle all the way through for the user...I like the movement of the script but want to add more control for the user...any ideas??? I searched all over Dynamic Drive and would like to avoid Flash if possible...

    At any rate thanks again for your prompt help with the script.

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
  •