phpjayx Posted January 6, 2013 Share Posted January 6, 2013 I've tested my website out on most browsers and it works well.... But on the Android devices, my simple submit buttons for forms are invisible (they still function if I press in the area, but they are invisible)....... Any suggestions if there is something else I can use or how to fix this? <form action="view1.php" id='form_go_to_setting' method="post"> <input value="View1" type="submit""> Quote Link to comment Share on other sites More sharing options...
Anickyan Posted January 6, 2013 Share Posted January 6, 2013 Start by removing the extra " in the type. Quote Link to comment Share on other sites More sharing options...
codefossa Posted January 6, 2013 Share Posted January 6, 2013 Why switch between double and single quotes for element attributes? Not wrong, just bad for reading. The extra double quote in the input element may be the problem, and you should check a doctype that fits your site to keep everything easier to manage. Also, if you give a link, I could check the link on my phone. Quote Link to comment Share on other sites More sharing options...
haku Posted January 7, 2013 Share Posted January 7, 2013 I agree. It doesn't really matter whether or not you use single or double quotes, but you should use one or the other, not a mixture of both. It makes for messier code that is harder to read, and therefore harder to debug. Quote Link to comment Share on other sites More sharing options...
Frank P Posted February 6, 2013 Share Posted February 6, 2013 on the Android devices, my simple submit buttons for forms are invisible (they still function if I press in the area, but they are invisible)....... Any suggestions if there is something else I can use or how to fix this? Which Android devices? All of them? And do you have a link so we can analyze with Firebug? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.