Answered
Dreamweaver cc Efects
The effects and behaviors work fine but when you in include an Accordion on the same page the shake effect stops working any suggestions please?
The effects and behaviors work fine but when you in include an Accordion on the same page the shake effect stops working any suggestions please?
As you are using the jQuery UI library why don't use that to create the shake effect
<script>
$( document ).mouseover(function() {
$( ".shakeme" ).effect( "shake" );
});
</script>
<a href="https://www.linkedin.com/profile/view?id=131273029&trk=nav_responsive_tab_profile" target="_blank" class="shakeme"><img src="images/linkedIn_btn.png" alt="LinkedIn" id="linkedin" style="width:59px; height:62px"></a>
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.