我使用 jQuery Molbile 的 Themeroller 为我的 jQuery Mobile Web 应用程序创建了一个主题。根据 Aptana studio 3,CSS 包含错误。
.ui-overlay {
background: #666;
opacity: .5;
filter: Alpha(Opacity=50);
position: absolute;
width: 100%;
height: 100%;
}
存在语法错误:此行出现意外标记“=”:
filter: Alpha(Opacity=50);
我该如何解决这个问题?