473,762 Members | 8,011 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.Kh tmlOpacity = 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 5778
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
progressive ly 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
progressivel y 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
progressive ly 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:a lpha(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.Kh tmlOpacity = 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.Kh tmlOpacity = 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*******@ho t-R-E-M-O-V-E-mail.com> wrote in message
news:bn******** **@news.eusc.in ter.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

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

Similar topics

3
10230
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 in practical real life situations. The soon forthcoming CSS3 recommendation does not serve the public interests in this area not at all. The problem relies in the definition what opacity is, how it is to applied to page elements. In past 5...
5
1374
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 Windows systems to a multi platform multi browser site. What versions of what browsers is reasonable to have to work with. This site is going to require users have Adobe Acrobat reader
11
2509
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 answer 'no' to that, but you guys are better at finding these things than I am. ;) This page seems to think Opera 7, Safari, and IE Mac are cool with it too, and it seems to be faster. It also implies that innerHTML is NOT in the W3C DOM. Is...
1
4455
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). The code below fails in Konqueror when the page is scrolled down; the coordinates are off by the scroll amount. My code in the html img tag: onClick="MLDot(event)" and the related statements in the MLDot function:
10
2158
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 mystery and I have been scouring every book / resource I can find but haven't come up with an answer. any one have any ideas? all other images in site showing fine - but they are declared as background images in the css. the site is:...
1
1572
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 all browsers except Konqueror/Safari, where it displays the first image link you click on in the tree of links. But then subsequent clicks on other links do nothing. That is, the first time you click on a DHTML-generated link,
16
2965
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 of code: if ( targetObject.filters && targetObject.filters.length 0 ) opacity = targetObject.filters.item("DXImageTransform.Microsoft.Alpha").Opacity;
0
9378
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10137
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9989
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9927
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8814
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5268
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3914
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2788
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.