开发者

Styling form elements in an Adobe Air app

Built an Adobe Air app that has HTML forms in it. Apparently, Air has its own way of rendering form elements and disregards my CSS. Is there any elegant solution for开发者_C百科 this?


Yes, all you need to do is create a stylesheet that has the following property applied to the form elements that you want to override the (hideous) default AIR styles for:

-webkit-appearance: none;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜