Submit button does nothing when styles are applied to page?

Had a play with the horizontal sliding page after reading a sitepoint blog.

Anyway, need two forms. The reset button works fine but submit button does nothing. Have used the same code tons of times with no problems so a bit confused.

Oh its on the Contact bit.

Perfect Fun Casino

With no styling, it works fine.

Perfect Fun Casino

Any one got any ideas what is causing this? Its got me scratching my head!!

This part seems to be what’s causing the problem:


$("form").bind("submit",function(event){
    event.preventDefault();
});

Thank you Paul. I didn’t even think to look at the javascript. :smiley: