Results 1 to 3 of 3

Thread: Mike's DHTML scroller IE8

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

    Default Mike's DHTML scroller IE8

    1) Script Title: Mike's DHTML scroller

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

    3) Describe problem: I'm having a problem with this dhtml script - the script runs fine without a document declaration, but when I add the following to the document : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">

    It stops working..

    Here is the error IE8 returns:

    Webpage error details

    Message: Invalid argument.
    Line: 217
    Char: 5
    Code: 0
    URI: dhtmllib.js




    Here is line 217:

    layer.style.clip = 'rect(' + cliptop + ' ' + clipright + ' ' + clipbottom + ' ' + clipleft +')';

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

    Default

    did you find out the problem???
    I have the same issue and i cannot find out what to do. works perfectly though in compatibility mode but that is not the case.

  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

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
  •