Results 1 to 2 of 2

Thread: onClick Highlight

  1. #1
    Join Date
    Oct 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default onClick Highlight

    Mantra: I would like to make an onClick highlight for a list of videos, but after you select another, the last video you chose is un-highlighted and the selected one is highlighted.

    I found this, but it only highlights and stays on.

    function highlight(which,color){
    if (document.all||document.getElementById)
    which.style.backgroundColor=color
    }

    Any ideas?
    Last edited by esmith972; 10-11-2007 at 02:20 PM.

  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

    - John
    ________________________

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

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
  •