Results 1 to 4 of 4

Thread: Manual Scroller killing my other Javascript!

  1. #1
    Join Date
    Dec 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Manual Scroller killing my other Javascript!

    Hi,
    I've been trying to make the manual scroller code work on a page that has other javascript rollovers, but the manual scroller uses javascript 1.2, which causes my other mouseovers to not work. Can't seem to get this no matter how hard I try..

    Does anyone know the answer to this problem? Thanks..

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Scripts are only designed to be used 1 per page due to name clashes.

    As a general rule, 1 per page. It's hard to make conflicting scripts work again, it takes both time and effort.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Sep 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Onload function

    Actually I have been having this problem as well.
    What I have learnt is that scripts that call the "onload" function conflict. Place all onload function in one place e.g.body tag.

  4. #4
    Join Date
    Sep 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Actually the professor is right, name conflicts in various javascript does pose problems

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
  •