473,396 Members | 1,809 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,396 software developers and data experts.

help! I can not get fade-in or fade-out of opacity in IE


Please go look at this page using FireFox:

http://www.ralphkrubner.com/Commercial/

Click the "Next" button a few times. The images fade out and then fade
in. It's a nice effect.

Now do try to do the same in IE (6.0). The images don't fade into each
other. Instead, they hesitate, which is annoying, and then jump from
one image to the other, suddenly, with no fade.

Can anyone tell me why that is? Does IE not recognize opacity?

Aug 31 '06 #1
6 2346

Jake Barnes wrote:
Please go look at this page using FireFox:

http://www.ralphkrubner.com/Commercial/

Click the "Next" button a few times. The images fade out and then fade
in. It's a nice effect.

Now do try to do the same in IE (6.0). The images don't fade into each
other. Instead, they hesitate, which is annoying, and then jump from
one image to the other, suddenly, with no fade.

Can anyone tell me why that is? Does IE not recognize opacity?
I believe that IE does not recognize opacity the same way as other
browsers. You might get some tips for how to solve the problem by
looking in the Yahoo! UI DOM library

http://developer.yahoo.com/yui/docs/....html#setStyle

Peter

Aug 31 '06 #2
Jake Barnes said the following on 8/31/2006 12:01 PM:
Please go look at this page using FireFox:

http://www.ralphkrubner.com/Commercial/

Click the "Next" button a few times. The images fade out and then fade
in. It's a nice effect.

Now do try to do the same in IE (6.0). The images don't fade into each
other. Instead, they hesitate, which is annoying, and then jump from
one image to the other, suddenly, with no fade.

Can anyone tell me why that is?
Because IE does not support the opacity that Firefox does.
Does IE not recognize opacity?
No. But it does use Transformations, which were the reason Mozilla
implemented opacity to start with.

View this page:

<URL: http://members.aol.com/pammyingeorgia/hannah/>

In IE, and use the Next/Previous buttons. It uses very IE specific code
but it fades the images in and out like you want. Specifically, it uses
document.all but that could/should be changed to gEBI.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Aug 31 '06 #3

pe**********@gmail.com wrote:
Jake Barnes wrote:
Please go look at this page using FireFox:

http://www.ralphkrubner.com/Commercial/

Click the "Next" button a few times. The images fade out and then fade
in. It's a nice effect.

Now do try to do the same in IE (6.0). The images don't fade into each
other. Instead, they hesitate, which is annoying, and then jump from
one image to the other, suddenly, with no fade.

Can anyone tell me why that is? Does IE not recognize opacity?

I believe that IE does not recognize opacity the same way as other
browsers. You might get some tips for how to solve the problem by
looking in the Yahoo! UI DOM library

http://developer.yahoo.com/yui/docs/....html#setStyle
So IE returns "undefined" if I try to get the opacity of an element? So
I could test for that and maybe do a straight slide show, with no
graceful fades, if opacity is undefined?

Sep 2 '06 #4
Jake Barnes wrote on 02 sep 2006 in comp.lang.javascript:
So IE returns "undefined" if I try to get the opacity of an element? So
I could test for that and maybe do a straight slide show, with no
graceful fades, if opacity is undefined?
Why not use IE's filters for fading in that case?

<http://msdn.microsoft.com/workshop/author/
filter/reference/filters/fade.asp>

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Sep 2 '06 #5

Evertjan. wrote:
Jake Barnes wrote on 02 sep 2006 in comp.lang.javascript:
So IE returns "undefined" if I try to get the opacity of an element? So
I could test for that and maybe do a straight slide show, with no
graceful fades, if opacity is undefined?

Why not use IE's filters for fading in that case?
Mostly lack of time - this is a project I was suppose to put one day
into and instead I put 3 days into it. But also, the IE filters seem
terribly non-standard to me. Won't IE be supporting opacity in the
future? It's an official part of CSS2. IE once lead the way in
implementing CSS. They've since lost their lead, but I assume at some
point they'll catch up.

Sep 3 '06 #6
Jake Barnes wrote on 03 sep 2006 in comp.lang.javascript:
>
Evertjan. wrote:
>Jake Barnes wrote on 02 sep 2006 in comp.lang.javascript:
So IE returns "undefined" if I try to get the opacity of an
element? So I could test for that and maybe do a straight slide
show, with no graceful fades, if opacity is undefined?

Why not use IE's filters for fading in that case?

Mostly lack of time - this is a project I was suppose to put one day
into and instead I put 3 days into it. But also, the IE filters seem
terribly non-standard to me. Won't IE be supporting opacity in the
future? It's an official part of CSS2. IE once lead the way in
implementing CSS. They've since lost their lead, but I assume at some
point they'll catch up.
"terribly non-standard" ?

Do you want the standard,
or get your page on the web looking like your concept?

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Sep 3 '06 #7

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

Similar topics

9
by: Tom | last post by:
A question for gui application programmers. . . I 've got some GUI programs, written in Python/wxPython, and I've got a help button and a help menu item. Also, I've got a compiled file made with...
0
by: Tim21 | last post by:
OK, im miserable :)) so.. help'd b highly appreciated. Situation: Win XP aplication server RUNTIME (stored fmx files along with the ..hlp files) Fmx's generated and compiled on development...
2
by: Nora | last post by:
Hi there! We have created a dtd. Now, when creating xml files based on this dtd we want to provide an own online help. (This online help explains: which tag can be used where, writing schemas,...
3
by: Woody Splawn | last post by:
For reasons I have not yet identified I am having problems with the help system in VS.net 2003. It seems as though it was working all right in the past but it's not now. First of all I can't seem...
6
by: d.warnermurray | last post by:
I am doing a project for school that involves creating help files for a html authoring tool. If you could help me with answers to some questions it would really help. 1. What tasks do you expect...
2
by: tomas | last post by:
Our HTML Help Workshop is dated 1999 and does not match the current HTML Help Work documentation. Our HTML Help Workshop version is 4.74.8702.0. This version is also reffered to as version 1.3 ...
2
by: JIM.H. | last post by:
Hello, I have an asp.net C# application and have many pages and each page has many buttons. So I would like to have an help button and if user click it should open another window and give help to...
1
by: trunxnirvana007 | last post by:
'UPGRADE_WARNING: Array has a new behavior. Click for more: 'ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?keyword="9B7D5ADD-D8FE-4819-A36C-6DEDAF088CC7"' 'UPGRADE_WARNING: Couldn't resolve...
1
by: G Gerard | last post by:
Hello I have written some help files (MyHelp) using Html Help Workshop version 4.74.8702 When I launch MyHelp.chm from a MSACCESS 2000 application the MyHelp help window opens displaying the...
1
by: dsoutherland | last post by:
I am so new to ASP I'm not sure I am breathing. A company one of my clients deals with provides information over the web. They provided the ASP code for a default web site that is used to...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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,...

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.