原文:元素标签不支持伪元素的几种情况

.单闭合标签不支持伪元素,例如img input等闭合标签 .个别单闭合标签支持伪元素标签,例如 lt input type radio gt radio属性,checkbox属性等 .大部分的双闭合标签都支持伪元素标签。 ...

2020-09-12 11:28 0 478 推荐指数:

查看详情

input标签不支持元素!

规范里说: Authors specify the style and location of generated content with the :before and :after ps ...

Sun Nov 03 08:32:00 CST 2019 0 447
option标签不支持单击事件

1.option不支持打击事件 2.解决办法 3.这是省市联动的代码,要想获取被点击的option标签能这么做 ...

Tue Jul 09 06:57:00 CST 2019 0 468
img标签不能设置元素

img标签使用元素失效 W3C官网解释到: Note. This specification does not fully define the interaction of :before and :after with replaced elements (such as IMG ...

Fri Aug 21 19:32:00 CST 2020 0 523
HTML5中已经不支持元素汇总,持续更新

HTML5中已经不支持以下的元素,不建议在进行开发时再使用以下的元素。 1、acronym(建议abbr) : 定义首字母缩写 2、applet(建议object): 定义 applet 3、basefont(使用css控制) 4、big(使用css控制) :定义 ...

Mon Nov 17 22:54:00 CST 2014 1 6639
a标签元素选择器

静止状态:a:link{css属性} 悬浮状态 a:hover{css属性} 触发状态 a:active{css属性} 完成状态 a:visited{css属性} ...

Tue Mar 20 17:36:00 CST 2018 0 1635
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM