Thanks for the link, I checked it out however what they gave had no
effect on me :\
Alright, I'll post the code of which I'm actually working with.

$(document).ready(function() {
  $('.show_comments').click(function(){
                $('#showdiv').slideToggle('fast');
  });
});

That's all it is, I can't seem to see anything wrong with it; when I
go into FF it works fine, but in IE 6.0 it shows the comments box
shown and the option to show / hide the comments does not work. I'm
rather new to the JQuery language let alone the JavaScript language so
maybe someone could see something I don't?


On Nov 24, 7:33 pm, bingo <[EMAIL PROTECTED]> wrote:
> hi Austin,
>
> I am not sure what's the problem..but make sure you are not making any
> of these mistakes (listed in the 
> blog)http://ragrawal.wordpress.com/2007/10/25/top-5-reasons-why-ie7-is-com...
>
> Regards
>
> On Nov 24, 3:52 pm, Austin Pickett <[EMAIL PROTECTED]> wrote:
>
> > Are there any ie hacks or maybe some ie tricks with jquery?
> > Ie's being stubborn with me and whenever i try to make a simple slider
>
> > click x { show y }
>
> > type of thing it doesn't even work.
>
> >Does anyone else have trouble with IE and Jquery?

Reply via email to