473,416 Members | 1,721 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

CSS3 opacity support in Konqueror 3.1+ and Safari 1.1

DU

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

Jul 20 '05 #1
14 5752
AD.
On Wed, 29 Oct 2003 17:05:45 -0500, DU wrote:
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?


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
Jul 20 '05 #2
DU
AD. wrote:
On Wed, 29 Oct 2003 17:05:45 -0500, DU wrote:

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?

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

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

Jul 20 '05 #3
AD.
On Wed, 29 Oct 2003 21:12:10 -0500, DU wrote:
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.


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
Jul 20 '05 #4
DU
AD. wrote:
On Wed, 29 Oct 2003 21:12:10 -0500, DU wrote:

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.

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


I'm using Firebird 0.7 (build 20031007) for windows and the continuous
change of opacity is rendered.
Thank you for your feedback on Konqueror: what was Konqueror version number?

Thanks again: this is appreciated.

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

Jul 20 '05 #5
Sometime around Wed, 29 Oct 2003 23:50:05 -0500, DU is reported to have
stated:
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.

I'm using Firebird 0.7 (build 20031007) for windows and the continuous
change of opacity is rendered.


Works in Moz 1.5 (Win2k). The picture starts just slightly transparent,
rather than totally opaque (or transparent) - is that right?

Doesn't work in O7.21

--
Mark Parnell
http://www.clarkecomputers.com.au
Jul 20 '05 #6
DU
Mark Parnell wrote:
Sometime around Wed, 29 Oct 2003 23:50:05 -0500, DU is reported to have
stated:
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.
I'm using Firebird 0.7 (build 20031007) for windows and the continuous
change of opacity is rendered.

Works in Moz 1.5 (Win2k). The picture starts just slightly transparent,
rather than totally opaque (or transparent) - is that right?


Right. It starts at 70% of opacity. This is the style declaration:

style="filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity:0.7;"

Doesn't work in O7.21


I know that the demo works in MSIE 6 for Windows, in Mozilla 1.2+, in
K-meleon 0.7, in Firebird 0.6+ for Windows, in NS 7.x for Windows. What
I do not know (and I can not verify this nor interactively tune my code
in anyway) is if Konqueror 3.1+ and/or Safari 1.1 render accordingly the
demo. More precisely if this style declaration is correct for Konqueror
3.1+ and Safari 1.1:

-khtml-opacity:0.7;

and more importantly if this dynamic modification of the style property
is correct for Konqueror 3.1+ and Safari 1.1:

objRef.style.KhtmlOpacity = newValue;
where newValue is a string of value in the [0.0] to [1.0] range as
specified by CSS3 opacity property in the color module.

I can't find any online documentation (CSS support of the KHTML
rendering engine) at kde.org.

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

Jul 20 '05 #7
Sometime around Thu, 30 Oct 2003 01:14:43 -0500, DU is reported to have
stated:

I know that the demo works in MSIE 6 for Windows, in Mozilla 1.2+, in
K-meleon 0.7, in Firebird 0.6+ for Windows, in NS 7.x for Windows. What
I do not know (and I can not verify this nor interactively tune my code
in anyway) is if Konqueror 3.1+ and/or Safari 1.1 render accordingly the
demo. More precisely if this style declaration is correct for Konqueror
3.1+ and Safari 1.1:

-khtml-opacity:0.7;

and more importantly if this dynamic modification of the style property
is correct for Konqueror 3.1+ and Safari 1.1:

objRef.style.KhtmlOpacity = newValue;
where newValue is a string of value in the [0.0] to [1.0] range as
specified by CSS3 opacity property in the color module.

I can't find any online documentation (CSS support of the KHTML
rendering engine) at kde.org.


Hmmm...will have a play with it on my Linux box (can't remember what
version of Konqueror is on it, mind you) and get back to you (if someone
else doesn't beat me to it). :-)

--
Mark Parnell
http://www.clarkecomputers.com.au
Jul 20 '05 #8
"DU" <dr*******@hot-R-E-M-O-V-E-mail.com> wrote in message
news:bn**********@news.eusc.inter.net...
<snip>
I do not know (and I can not verify this nor interactively tune
my code in anyway) is if Konqueror 3.1+ and/or Safari 1.1 render
accordingly the demo. ...

<snip>

A few months ago, reading one Usenet group or another, I noticed a
reference to:-

<URL: http://www.knoppix.de/ >
(I think there was also a knoppix.org or knoppix.com URL with a choice
of languages as well, google searching for "knoppix" would probably turn
those up.)

- which is an interesting (German based) project to make a self-booting
CD ROM containing a cut down but fully working Linux OS. They make the
ISO image for the CD available for download and also sell pre-burnt
versions (as far as I could tell, in German and US English). The
download is 650+ megabytes (4 hours on broadband) but the resulting CD
has happily booted to a working Linux/KDE environment with Konqueror 3.1
(and Linux Mozilla 1.4) on about 3 out of 4 or the x86 desktop PCs that
I have tried it with to date. Hard disc access is read only but the
result is the ability to test with Konqueror 3 without having to commit
a hard disk to running Linux (and the ability to carry the CD with me
and run Konqueror 3 wherever I happen to find myself).

Richard.
Jul 20 '05 #9
DU wrote:

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


It doesn't work in Konqueror 3.2 Alpha 2, and I can't find the code for
it in CVS Web. Maybe Apple will contribute the code for it later.
Jul 20 '05 #10
AD.
On Wed, 29 Oct 2003 23:50:05 -0500, DU wrote:
I'm using Firebird 0.7 (build 20031007) for windows and the continuous
change of opacity is rendered.
Thank you for your feedback on Konqueror: what was Konqueror version
number?


I'm using Konq 3.1.3 on KDE 3.1.4 on Debian unstable (Sid) using the main
distro packages.

Firebird was 0.6.1 also from Debian Sid.

I suspect the problem might have more to do with the limitations of
XFree86 (currently 4.2.1) than the browsers. But I'm not that sure about
it :)

BTW Opera 7.11 on Linux shows the image, but no transparency effects.

Cheers
Anton
Jul 20 '05 #11
AD.
On Thu, 30 Oct 2003 14:40:52 +0000, Richard Cornford wrote:
<URL: http://www.knoppix.de/ >
(I think there was also a knoppix.org or knoppix.com URL with a choice of
languages as well, google searching for "knoppix" would probably turn
those up.)

- which is an interesting (German based) project to make a self-booting CD
ROM containing a cut down but fully working Linux OS. They make the ISO
image for the CD available for download and also sell pre-burnt versions
(as far as I could tell, in German and US English). The download is 650+
megabytes (4 hours on broadband) but the resulting CD has happily booted
to a working Linux/KDE environment with Konqueror 3.1 (and Linux Mozilla
1.4) on about 3 out of 4 or the x86 desktop PCs that I have tried it with
to date. Hard disc access is read only but the result is the ability to
test with Konqueror 3 without having to commit a hard disk to running
Linux (and the ability to carry the CD with me and run Konqueror 3
wherever I happen to find myself).


Excellent point - I should've thought of that myself :)

Cheers
Anton
Jul 20 '05 #12
Sometime around Thu, 30 Oct 2003 17:19:21 +1100, Mark Parnell is reported
to have stated:

Hmmm...will have a play with it on my Linux box (can't remember what
version of Konqueror is on it, mind you) and get back to you (if someone
else doesn't beat me to it). :-)


Turns out I only have Konqueror 3.0.3, so not much help to you, I'm afraid.
The image does show, but no fancy effects.

--
Mark Parnell
http://www.clarkecomputers.com.au
Jul 20 '05 #13
DU <dr*******@hot-R-E-M-O-V-E-mail.com> wrote:
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?


In Safari 1.1 (v100), the Panther version, the image doesn't do anything
it is just there at 70% I think.

The Brinkster thingie on the left however seems a bit transparant where
in Firebird 0.7 it is not. Firebird on Panther gives the effect on the
clown guy you discribed.

--
marco
Jul 20 '05 #14
DU
Marco Bakker wrote:
DU <dr*******@hot-R-E-M-O-V-E-mail.com> wrote:

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?

In Safari 1.1 (v100), the Panther version, the image doesn't do anything
it is just there at 70% I think.


Well, then it means that Safari 1.1 recognizes the declaration
-khtml-opacity:0.7;
then. The remaining problem would be to find how to access the opacity
value and assign it a new value.
I assumed the correct syntax was
objRef.style.KthmlOpacity = newValue ;
but it appears it's not the case.
Do you know where I can find documentation on Safari or Konqueror where
support on proprietary names is defined, explained (css support on
Safari or Konqueror, DOM support in Safari or Konqueror).
I also assumed taht Safari and Konqueror support DOM 2 events:
document.addEventListener is supported in those browsers (my assumption).

The Brinkster thingie on the left however seems a bit transparant where
in Firebird 0.7 it is not.
Argh... this brinkster ad banner thingie just appeared since yesterday.
There is nothing I can do against that. I was enjoying the site without
such server-side addition before.

Firebird on Panther gives the effect on the clown guy you discribed.


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

Jul 20 '05 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Marek Mänd | last post by:
This posting will express my concern about the future of css3 forthcoming recommendation. I think for long time now, that the current implementation of CSS attribute opacity is less than usable...
5
by: David Logan | last post by:
Hello, I don't know if this is the best place to ask this question but if its not I'm sure someboy will tell where is. I am taking a website that has been developed for IE browsers running on...
11
by: kaeli | last post by:
Hey all, AFAIR, innerHTML started as MS proprietary, but Mozilla implemented it as well. Does anyone know if any other browsers support it? It is not in the W3C DOM, is it? A quick GIS seemed to...
1
by: Roger | last post by:
I am trying to capture the image coordinates when a user clicks on an image. My code is working in Firefox, Mozilla, Netscape, IE, and Opera, but fails under Konqueror (and I suspect Safari). ...
10
by: bessington | last post by:
hey all, i'm having a rather bizarre problem.. the image tag i have declared in my xhtml is not showing in safari / konqueror but showing just fine in Firefox, IE, Opera... this is a complete...
1
by: gubusoft | last post by:
I have a Web page with two frames. The left frame has a DHTML-generated tree of links (to images). The right frame displays the image link you click in the tree of links. It works great on...
16
by: Darko | last post by:
Hi, I'm trying to get and set an element's opacity, but I'm stuck with, what a hell of surprise, Internet Explorer. As for getting the element's opacity, I have the following (not working) lines...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.