List of html elements that support the CSS :before and :after pseudo elements

余生颓废 提交于 2019-12-18 12:24:35

问题


I know that the :before, and :after pseudo elements are not supported in empty elements, but what about these:

  • <select>
  • <option>
  • <textarea>
  • <button>

A list would be nice! Thanks guys!


回答1:


I put together a list of every HTML element. Some aren't even legal where they're used... but it still seems to work.

demo

If it says "it works" in green letters, that element is supported.



来源:https://stackoverflow.com/questions/8621127/list-of-html-elements-that-support-the-css-before-and-after-pseudo-elements

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!