Jump to content

vannes

Members
  • Posts

    1
  • Joined

  • Last visited

vannes's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I've made a slideshow based on javascript.All image tags with different title attributes.When the mouse is located within the image area on the screen, the title text will be presented.Part of the code: function nextslide(){ which++; var title = Record[which] + " : " + Titel[which]; document.images.slide.title = title; ... However,Going to the next slides of the slideshow, the same title will be shown because the mouse is hold on the same position(it changes only when mouse moves out and then moves inside image area). Question:Is it possible that, **with steady mouse position**, the text of the title attribute changes visible with every next slide?A small javascript example is welcome.ThanksGerard
×
×
  • Create New...