mariovass
mariovass

Reputation: 187

Jquery slide out menu

Hi I have a codepen slideout menu. It was working fine and I have it on a couple sites and now it doest seem to be sliding out at all it may be due to the update in jquery? can someone please help me out.

http://codepen.io/mariovass/pen/pFAgG

Upvotes: 0

Views: 314

Answers (1)

mariovass
mariovass

Reputation: 187

Delete

.navButton:active {
      position:relative;
      top:1px;
    }  

Upvotes: 1

Related Questions