制作模式透明度背景绝对透明。

编程入门 行业动态 更新时间:2024-10-28 18:23:45
本文介绍了制作模式透明度背景绝对透明。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我用下面给出code,力图使透明度0,但我仍然感到无法使背景成为绝对透明。

I am using the below given code to try to make the transparency 0, but I still am unable to make the background become absolutely transparent.

<mx:Style> global { modalTransparencyBlur: 0; modalTransparency: 0.0; modalTransparencyColor: black; modalTransparencyDuration: 0; } </mx:Style>

我怎样才能解决这个问题。

How can I fix this.

问候ZEE

Regards Zee

推荐答案

您是否尝试过backgroundAlpha设置为0? backgroundAlpha是你的模式组件的属性,而不是一个css样式。看到这里的一些backgroundAlpha例子: Flex的例子:backgroundAlpha 此外,对于玩弄风格和视觉特性的有用的工具是FlexSpy。这是一个很多像萤火虫,在您的应用程序运行时,你可以修改样式和属性的实时性。这里下载: FlexSpy

Have you tried setting the backgroundAlpha to 0? backgroundAlpha is a property of your modal component, rather than a css style. See here for some backgroundAlpha examples: Flex Examples: backgroundAlpha Also, a useful tool for playing around with styles and visual properties is FlexSpy. It's a lot like Firebug, in that you can modify styles and properties in real time while your app is running. Download here: FlexSpy

更多推荐

制作模式透明度背景绝对透明。

本文发布于:2023-06-07 22:10:49,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/568678.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:透明度   透明   背景   模式

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!