Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I solved this through following code changing.

    In text-scrollingAdmin/includes/TextScrollingFrontEnd.php

    find and change this line:

    echo ‘<marquee behavior=”scroll” scrollAmount=”‘.$speed.'” direction=”‘.$direction.'”>’.$description.'</marquee>’;

    to:

    echo ‘<marquee behavior=”scroll” scrollAmount=”‘.$speed.'” onmouseover=”this.stop()” onmouseout=”this.start()” direction=”‘.$direction.'”>’.$description.'</marquee>’;

    Regards.

    Thread Starter julianvidal

    (@julianvmusic07)

    Hi,

    Thanks a lot!

    Nowadays, I am not using a plugin, but this code:

    <marquee behavior=”scroll” direction=”up” onmouseover=”this.stop();” onmouseout=”this.start();” scrollamount=”1″ height=”100″>
    <table>
    <tbody><tr>
    <td>? A&P Mechanics</td>
    </tr>
    <tr>
    <td>We need Mechanics with experiance in B747, A300, B767, B757 to work in Miami</td>
    </tr>
    <tr>
    <td>—————————————————————————————————————————————————————————–</td>
    </tr>
    </tbody></table>

    </marquee>

    Hope this is hopeful

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pause on hover’ is closed to new replies.