Reputation: 59
I can't click on elements of my form (textarea, input and button). I checked if there is any overlapping element by the Chrome tool, but don't find anything.
The address is: http://danielgroppo.com/chamonix/public_html/contato
Thank you!
Upvotes: 1
Views: 15589
Reputation: 301
This is because you use
z-index: -1;
on #content
. See http://www.w3schools.com/cssref/pr_pos_z-index.asp
Upvotes: 9