I have some animation in the top navigation bar of my website [http://
www.silverchild.com/index_2.htm]. When I view the site in Firefox,
the animation works every time you click a button. In IE, the
animation does not get triggered consistently after the first click.
In fact, after a few clicks
And the answer is:
Because I had a line in the animation
color: "#White" which IE choked on but Firefox had no problem with.
On Oct 6, 2:12 pm, Greg G <[EMAIL PROTECTED]> wrote:
> I have some animation I'm working on that works fine in Firefox but
> not in IE. I h
eed for all that code:
>
> $('.blowUp').animate({left:'-25%',top:'-50%',padding:'1em',opacity:
> 0}).css({left:0,top:0,padding:'0.75em 0',opacity:1});
>
> On Oct 6, 3:12 pm, Greg G <[EMAIL PROTECTED]> wrote:
>
> > I h
I have some animation I'm working on that works fine in Firefox but
not in IE. I have two issues:
Part of the animation is fading out an element. I want to integrate
this with the animate function and not use the fade out option. I've
tried using filter : "alpha(opacity..." but that didn't hel
Append stopped working for me today suddenly. I want to add a post
for others who may have had the same problem I had. If append
suddenly stops working, or you can't get it to work in the first
place, make sure that the HTML is perfectly formatted. I added an
extra div tag to the html that FF i
I have a web page that renders radio buttons with text after it. I
want to take that text and wrap a label tag around it but I can't grab
the text.
Here is the HTML:
Yes
No
I can get the radio object and I can get an array the radio objects
siblings using ("#radio").each( function(){ $(this).si
6 matches
Mail list logo