【发布时间】:2023-03-09 11:00:02
【问题描述】:
我不确定为什么会收到这些解析错误。
错误 1:
Parse Error Opacity=0)
我的 CSS:
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
错误 2:
Parse Error mask()
我的 CSS:
.ui-datepicker-cover {
position: absolute;
z-index: -1;
filter: mask();
top: -4px;
left: -4px;
如有任何帮助,将不胜感激。
【问题讨论】:
-
不用担心验证。
标签: html css validation w3c