A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: DOM Scripted Image Gallery Help Troubleshooting Older Browsers

Hybrid View

  1. #1
    Junior Member
    Join Date
    Feb 2003
    Posts
    17
    That seems to have the same effect as just removing that line altogether. Which has some positive effects, but there is still a minor issue with the way dd and dt elements are inputing the text. That line doesn't seem to make a difference if it's included or not in Firefox.

  2. #2
    Junior Member
    Join Date
    Feb 2003
    Posts
    17
    Ok, Mac IE 5.2.3 doesn't support the push() function like you said, that line had to be changed to:

    Code:
    delNodes[delNodes.length]=listNode;
    A bit more code but works in more browsers. Thx for that tip.

    Now, what appears to be the FINAL problem has been narrowed down to this line:

    Code:
    thumb.replaceChild(thumb.image, thumb.firstChild);
    Mac IE 5.2.3 does not like. If anyone has any ideas...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center