CSS Opacity Messing with Other CSS3 Transitions?

You probably have a bug on your Javascript code. When you run the opacity buttons the error drops in and the rest of the transitions stop. Maybe we can debug further if you can post the code.

Edit: Do notice that you are using a CSS3 transition effect that will not work on the majority of browsers. You probably should revert to jQuery's effects to have it work cross-browser. So far the state of transition should be more or less like this: Apple Safari (supported in Safari 3.1 and later, and in iPhone OS 2.0 and later.) Google Chrome Mozilla Firefox 3.7 alpha (also known as Minefield) Opera 10.5x (also supported by Opera Mobile 10 beta 2) Edit: I've now run your site and can see using Firefox and Firebug that the following function is throwing an error (generally errors are pretty critical to IE).

// on store_feed. Js jQuery.fn. Random = function (amount) { var els = this.get(); var ret = ; while (els.

Length && ret. Length Push(els. Splice(Math.

Floor(Math.random() * els. Length), 1)0); } return $(ret); } The error firebug throws: $ is not a function store_feed. Js : return $(ret); It seams you are calling the function without waiting for jQuery to be active.

Fix this and them we'll see if there's anything wrong with the CSS or if it's just JS. And install Firebug! ;).

Stupid of me not to give any code. Just thought the video would be a good visual. I'll be out of town for a few days.

I'll post the code for it on Tuesday. Thanks so much! – Marc Sep 11 '10 at 20:29 @Marc enjoy the trip!

;) – Frankie Sep 11 '10 at 20:56 I added the code and a link to the site with the problem. – Marc Sep 15 '10 at 13:26 @Marc update answer accordingly! ;) – Frankie Sep 15 '10 at 13:46 Where to I need to move that too?

Thanks! – Marc Sep 15 '10 at 14:10.

You probably have a bug on your Javascript code.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions