Reply To: Jumpy Hover Effect in Legacy HTML5

Homepage Community Forums Legacy Theme Support Jumpy Hover Effect in Legacy HTML5 Reply To: Jumpy Hover Effect in Legacy HTML5

#10182
kronos
Customer

    It’s showing up fine on my end. But the code that is causing it is the hover code you added at the bottom of your css –

    #accomm:hover {
        background-position: 0 -200px;
    }

    I tested in a couple browsers and it’s still showing smooth as it should.