I have this regular form:
<form action="" method="post"><input class="ssd" type="submit" value="Hello"></form>
According to my observation, when I placed my mouse over the form's button(did not click on it), I could only see it's URL address in IE9(explorer 9). I couldn't see the URL address with FireFox and Chrome when I placed my mouse over the same form. Anyone has got any ideas why? is there any special coding that I need to do in order to make it work for every browser? (I tried different computers, same result)
I