Home › Forums › CSS › :after for input[type=button] › Reply To: :after for input[type=button]
August 8, 2013 at 4:16 am
#146115
Participant
My understanding is that you can’t use pseudo elements with empty elements, such as img or input.
You can, however, use them with elements such as button (rather than input[type=”button”]), like I’ve done here. Hope that helps