Konqueror 3.1+和Safari 1.1中的CSS3不透明度支持 [英] CSS3 opacity support in Konqueror 3.1+ and Safari 1.1

查看:41
本文介绍了Konqueror 3.1+和Safari 1.1中的CSS3不透明度支持的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



根据最近的一篇文章,Konqueror 3.1+和Safari 1.1

似乎支持CSS3不透明样式属性,专有名称:


"支持CSS3不透明度(使用-khtml-opacity)属性。使

整个块和内联透明而不诉诸透明

PNG。
http://weblogs.mozillazine.org/hyatt...10.html#004249

现在,我有一个适用于Windows的MSIE 6和

基于Mozilla的浏览器的演示页面,但因为我没有安装Linux(并且不是/>
有Mac OSX 10.3),因为我无法用Konqueror

3.1+和/或Safari 1.1测试这样的演示,我希望有人可以测试一下并告诉我是否

演示工作。

http://www10.brinkster.com/doctorunc...icOpacity.html


特别是,我不知道如何申报该财产并且

如何访问它。


在代码中,我声明了我t为

-khtml-opacity:0.7

并将其作为

objRef.style.KhtmlOpacity = newValue;


我无法在任何地方找到有关此事的文件。你知道

哪里可以找到关于这个问题的文件?


该演示是在Konqueror 3.1+和/或Safari 1.1中运行的吗?如果没有,请

你知道申报和访问样式属性的正确方法吗?


DU

-

Javascript和浏览器错误:
http:// www10。 brinkster.com/doctorunclear/

- Netscape 7.x用户和作曲家的资源,帮助和提示

- Popup窗口上的交互式演示,音乐(音频) / midi)在Netscape 7.x中
http:// www10.brinkster.com/doctorunc...e7Section.html


According to a recent post, it seems that Konqueror 3.1+ and Safari 1.1
support CSS3 opacity style property under a proprietary name:

"Support for the CSS3 opacity (using -khtml-opacity) property. Make
entire blocks and inlines transparent without resorting to transparent
PNGs."
http://weblogs.mozillazine.org/hyatt...10.html#004249

Now, I have a demo page which works for MSIE 6 for Windows and
Mozilla-based browsers but since I don''t have Linux installed (and don''t
have Mac OSX 10.3) and since I can not test such demo with Konqueror
3.1+ and/or Safari 1.1, I wish someone could test this and tell me if
the demo works.

http://www10.brinkster.com/doctorunc...icOpacity.html

In particular, I don''t know for sure how to declare that property and
how to access it.

In the code, I declared it as
-khtml-opacity:0.7
and accessed it as
objRef.style.KhtmlOpacity = newValue;

I could not find documentation on this matter anywhere. Do you know
where I could find such documentation on such issue?

Is the demo working in Konqueror 3.1+ and/or in Safari 1.1? If not, do
you know the correct way to declare and access the style property?

DU
--
Javascript and Browser bugs:
http://www10.brinkster.com/doctorunclear/
- Resources, help and tips for Netscape 7.x users and Composer
- Interactive demos on Popup windows, music (audio/midi) in Netscape 7.x
http://www10.brinkster.com/doctorunc...e7Section.html

推荐答案

2003年10月29日星期三17: 05:45 -0500,DU写道:
On Wed, 29 Oct 2003 17:05:45 -0500, DU wrote:
演示是在Konqueror 3.1+和/或Safari 1.1中运行的吗?如果没有,你是否知道申报和访问样式属性的正确方法?
Is the demo working in Konqueror 3.1+ and/or in Safari 1.1? If not, do you
know the correct way to declare and access the style property?




我不确定你想要的结果是什么,但是我可以在Konqueror中看到一张

Krusty的图片,但在Firebird中却看不到。这是你需要知道的吗?


干杯

Anton



I''m not sure what your desired result is, but I can see a picture of
Krusty in Konqueror but not in Firebird. Is that what you needed to know?

Cheers
Anton


AD。写道:
2003年10月29日星期三17:05:45 -0500,DU写道:

On Wed, 29 Oct 2003 17:05:45 -0500, DU wrote:

演示是否在Konqueror 3.1中运行+和/或在Safari 1.1中?如果没有,你是否知道申报和访问样式属性的正确方法?
Is the demo working in Konqueror 3.1+ and/or in Safari 1.1? If not, do you
know the correct way to declare and access the style property?



我不确定你想要的结果是什么,但我可以看到
Krusty在Konqueror中的图片,但在Firebird中没有。那是你需要知道的吗?

干杯
Anton


I''m not sure what your desired result is, but I can see a picture of
Krusty in Konqueror but not in Firebird. Is that what you needed to know?

Cheers
Anton



当你将鼠标悬停在图像上时,图片会逐渐变为

不透明。一旦鼠标离开图像,图片应该逐渐变为透明。

图片位于页面中央。


此过程在基于Mozilla的浏览器(包括

Firebird)和MSIE 6 for windows中完美运行:经过测试,验证和工作。


今天,我添加了一些代码,我认为它们也适用于Konqueror

3.1+(显然也适用于Safari 1.1)但是我看不到这一点,验证

我自己。因此要求Konqueror 3.1+和Safari 1.1用户尝试

演示。


DU

-

Javascript和浏览器错误:
http://www10.brinkster.com / doctorunclear /

- Netscape 7.x用户和作曲家的资源,帮助和提示

- 弹出窗口上的交互式演示,音乐(音频/ midi)在Netscape 7.x
http://www10.brinkster .com / doctorunc ... e7Section.html


As you mouse over the image, the picture should progressively become
opaque. Once the mouse is out of the image, the picture should
progressively become transparent.
The picture is in the center of the page.

This process works flawlessly in Mozilla-based browsers (including
Firebird) and in MSIE 6 for windows: tested, verified and working.

Today, I added some code which, I think, should also work for Konqueror
3.1+ (and apparently also for Safari 1.1) but I can not see this, verify
this myself. Thus asking Konqueror 3.1+ and Safari 1.1 users to try the
demo.

DU
--
Javascript and Browser bugs:
http://www10.brinkster.com/doctorunclear/
- Resources, help and tips for Netscape 7.x users and Composer
- Interactive demos on Popup windows, music (audio/midi) in Netscape 7.x
http://www10.brinkster.com/doctorunc...e7Section.html


2003年10月29日星期三21:12:10 -0500,DU写道:
On Wed, 29 Oct 2003 21:12:10 -0500, DU wrote:
当您将鼠标悬停在图像上时,图片应逐渐变为不透明。一旦鼠标离开图像,图片就会逐渐变得透明。
图片位于页面的中央。

这个过程在基于Mozilla的过程中完美运行浏览器(包括
Firebird)和MSIE 6 for windows:经过测试,验证和工作。
As you mouse over the image, the picture should progressively become
opaque. Once the mouse is out of the image, the picture should
progressively become transparent.
The picture is in the center of the page.

This process works flawlessly in Mozilla-based browsers (including
Firebird) and in MSIE 6 for windows: tested, verified and working.




我在任一浏览器中都没有动态效果(Konq或Firebird)在Linux上。


图片在那里(Konq)或者它不是(Firebird)。


干杯
Anton



I get no dynamic effect in either browser (Konq or Firebird) on Linux.

The picture is either there (Konq) or it isn''t (Firebird).

Cheers
Anton


这篇关于Konqueror 3.1+和Safari 1.1中的CSS3不透明度支持的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆