How can I create a button that only shows the text. Similar to an hyperlink but it has to keep the <button> properties.
How can I create a button that only shows the text. Similar to an
Share
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.
Assuming you’re starting with a
buttonelement:All you have to do is take away all of the default CSS styling:
Of course, there’s no way to tell that the resulting text is actually a button. I suppose you could throw in a
cursor:pointeror some:hoverrules.Maybe you’re making an easter egg, maybe you don’t want people to know it can be clicked.