How can I make a button to be invisible so that users can not see the button but can press it.
I have been trying to do this, but all the results I have found lead to hidden button.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you tried changing the background color, borders and color, to the same a the bakground color of the page?
There are however many other ways to achieve this, depending on why you need to do it.
or the following:
as noted on the CSS tricks link, for reference purposes here.