Is it possible to replace ul bullets with a button? I know you can change to images with CSS but if I wanted an actual element?
Is it possible to replace ul bullets with a button? I know you can
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.
This isn’t possible as you asked, but you could, perhaps, emulate it:
And the following CSS:
JS Fiddle demo.
The success, or applicability, of this approach does, of course, depend entirely on your use-case which your question omits. With more detail, perhaps this answer can become more useful.