Results 1 to 3 of 3

Thread: Scroller Problem in IE7

  1. #1
    Join Date
    Mar 2008
    Location
    Tallahassee
    Posts
    5
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Scroller Problem in IE7

    1) Script Title: Pausing up-down Scroller

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/crosstick.htm

    3) Describe problem: I am using the second example of this scroller, the single line version. It works fine in FF, but does not show in IE7. URL to view: http://www.applelou.com/

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Hi oaklea,

    This has nothing to do with the script, but on your markup codes instead
    Remove the align attribute in your <td> it's what cause the error, and most of all, it's a deprecated attribute
    Code:
    <td width="490" align="right">
    			  <script type="text/javascript">
    			  //new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds)
    			  //new pausescroller(pausecontent, "pscroller1", "someclass", 3000)  document.write("<br />")
    			  new pausescroller(pausecontent2, "pscroller2", "someclass", 2000)
    			  </script>
    			  </td>
    See if it helps
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

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

    oaklea (04-10-2008)

  4. #3
    Join Date
    Mar 2008
    Location
    Tallahassee
    Posts
    5
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Yes, that was it. Thank you

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
  •