Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS :after for input[type=button] Reply To: :after for input[type=button]

#146115
David_Leitch
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