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%;
}
構文エラーがあります: Unexpected token "=" on this line:
filter: Alpha(Opacity=50);
どうすればこれを解決できますか?