Effect.Fade

Soldato
Joined
18 Apr 2004
Posts
2,613
Location
London
Hey all, I am working on a uni project... http://sainsburys.unknowndomain.co.uk
I am using scriptalicious to do Effect.Fade and Effect.Appear however obviously there is a -moz-opacity issue with internet explorer. I have been researching how to resolve this and I have found some articles but applying what I have learn't but it doesn't resolve the -moz-opacity issue.

Can any one help, my lecturers are stumpped not having dealt with this issue before.
 
I use scriptaculous a lot, Effect.Fade works fine in all browsers that I use.. are you using Effect.Fade or Effect.Morph?
 
I did think about asking if the OP has the latest version.. scriptaculous automatically assigns width/height when I watch the element in firebug.
 
Yeah I am using the latest version it was 1.5 which got this feature and I think I am using 1.7.

I did see that there was the -moz-opacity issue but it a. seems to be resolved automagically, and b. I tried the fix and it did not work.
 
So just a quick update for you all incase this ever happens to you...

I had...
<script type="text/javascript" src="blah" />

Which doesn't work in IE however changing the code to this resolved the problem...
<script type="text/javascript" src="blah"></script>

The script tag being wrong causes an effect similar to this css code... (I am not saying it does this just that the effect would be the same)

body {
display: none;
}
 
The before and after is the same, except some steps have been taken out of the after (even though you still need to follow them)

No because step 2 saves you being asked to press start you just begin when your ready.

Step 4 means you just enter payment because it totals as it goes rather than having to tell it to do a subtotal.

Its not vitally important the brief was to create a website which documents the before and after of the stages of action for an object, improving it in the second part. However the improvement is not as important as the design.

Thanks for the feedback though.
 
Back
Top Bottom