I’ve recently replaced the images of my buttons (where the jQuery code worked just fine) with CSS buttons, and now they’re disappearing as soon as I click on them (which activates the bounce function).
Demo: http://jsfiddle.net/KGAmZ
Any help would be much appreciated!
The margin-top rules are throwing things off. Remove
margin-topfrom #mainMenu and replace it withtop: -45px. Then remove the top rule from .mainMenuButton, and you should be set.Edit: I’m new to the fiddle. Example there as well: http://jsfiddle.net/KGAmZ/8/