Results 1 to 4 of 4

Thread: Why no worky in IE? (DHTML scrollbar)

  1. #1
    Join Date
    Mar 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Why no worky in IE? (DHTML scrollbar)

    I'm sure there's gotta be some stupid-easy reason this scrollbar isn't working in IE.... Could some kind soul please take a look and enlighten me?

    http://www.westindiangirl.com/tour.shtml

    thanx,
    sascha =)
    Last edited by skwasha; 03-24-2006 at 12:11 AM.

  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

    Well, there are a lot of things I don't like about the page but, this is the only error in syntax preventing IE6 from working with these scripts in this particualr case. Find this line:

    Code:
        document.write('</SCR> \n');
    Change it to:

    Code:
        document.write('<\/SCR'+'IPT> \n');
    - John
    ________________________

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

  3. #3
    Join Date
    Mar 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Yup that did it...

    *sigh* Well, that did it. Thanx for that.

    I agree the rest is kinda messy as well... (not mine... I'm just tryin to help out a friend)

    Any other particular suggestions are more than welcome and I'll pass them on.

    thanx,
    sascha =)

  4. #4
    Join Date
    Mar 2006
    Location
    UK, warwickshire
    Posts
    77
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    lol gues i come to this post to late. I click the link and it is working fine i later find its already been changed lol. Im an IE user

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
  •