[jQuery] Re: Simple jQuery problem with fading In/Out

2009-01-21 Thread zeckdude
Thanks for your help RSol! I did what you said, but I'm experiencing problems. In firefox, It still won't fade in the second area, and it wont fade back to the first area either. So pretty much, none of it works in Firefox. In Internet Explorer, the first area cuts away before the second area

[jQuery] Re: Simple jQuery problem with fading In/Out

2009-01-20 Thread RSol
The problem is: Your tags: div id=area2 img src=images/poster_thumb1.gif / /div in comment. :)

[jQuery] Re: Simple jQuery problem with fading In/Out

2009-01-20 Thread zeckdude
What's wrong with my tags? I don't understand. What's in the comments? Can you please explain? RSol wrote: The problem is: Your tags: div id=area2 images/poster_thumb1.gif /div in comment. :) -- View this message in context:

[jQuery] Re: Simple jQuery problem with fading In/Out

2009-01-20 Thread RSol
Try this: html xmlns=http://www.w3.org/1999/xhtml;head script type=text/javascript src=pagetest3b_files/jquery.min.js/ script script type=text/javascript $(document).ready(function() { $(#area2).hide(); $(#button2).click(function() {