Web Analytics Made Easy -
StatCounter Mouse trail help - CodingForum

Announcement

Collapse
No announcement yet.

Mouse trail help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mouse trail help

    I've tried adding the text mouse trail to one of my web pages. It works fine, however there is a flash movie on the page and the mouse trail stops at the edge of it. It goes over everything else on the page but stops dead at the edge of the flash movie.

    Any ideas on how I can get the mouse trail to continue over the top of the flash movie ? Any help would be much appreciated.

  • #2
    this is a common problem. a flash plugin will always be on top of any layers(your mouse trailer).

    add this line as one of your parameter for your flash movie(works only for IE):
    <param name="WMode" value="Transparent">

    Comment

    Working...
    X