I am trying to figure out why a submit button on my site won’t click:
http://taylorlovett.com/maryland-web-development/new-section-acoustic-guitar-music/
The comment button at the bottom is the one not working.
Any suggestions?
I am trying to figure out why a submit button on my site won’t click:
http://taylorlovett.com/maryland-web-development/new-section-acoustic-guitar-music/
The comment button at the bottom is the one not working.
Any suggestions?
Well generally if you had to put a bottom margin, then the element(s) under the submit would be the cause. If you had firebug you could highlight over elements and see what was causing it.
Or you could put the page back in it’s broken condition and let me look at it (there is a good chance I could provide a better fix)
Working for me in firefox, what browser are you using?
If it is IE, then try position:relative on the input
They have no corrolation whatsoever, although it’s possible some overlap was occuring and the submit was being overlapped by something.
Hypothesis though
I seemed to have fixed it. I had to add a 20 pixel margin below my form. Any thoughts on why that would cause the button not to click?
thats definitely what was happening not I just have to figure out what was overlapping it. I’m having problems with links and buttons at the button of my content box. And they obviously do have a corrolation lol.