Does anyone have any ideas on this? I have gone to jquery.com and looked at different tutorials as well as different plug-in example sites, and it is obvious the difference between IE and Firefox.
This link for example: http://docs.jquery.com/Tutorials:Live_Examples_of_jQuery Try the second example. You have to look carefully, but there is a jerk at the end of the slide in. You have to look close, but you will see it, especially if you do a side by side comparison with ff. One thing I have noticed is that the longer the webpage stays open, and the more times the script runs, the smoother it gets. Any ideas or discussion on this is greatly appreciated. Thanks! On Jun 23, 7:59 am, JohnieKarr <[EMAIL PROTECTED]> wrote: > I had to change some files around, so the correct url > ishttp://www.lovinggodlovingyouonline.com/main.php > > Thanks, > Johnie Karr > > On Jun 17, 10:47 pm, JohnieKarr <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > I have a site:www.lovinggodlovingyouonline.comthatthe menu is jerky > > in IE6 & 7 on xp. FF is really smooth. > > > I would prefer onmouseover, but I changed my code to onmouseclick to > > help remedy the problem, but it did not work. Does anyone have any > > suggestions regarding this? My jquery code is below: > > > <script type="text/javascript" src="jquery-1.2.3.js"></script> > > <script type="text/javascript" src="jquery.blockUI.js?v2.04"></ > > script> > > <script type="text/javascript" src="bubble.js"></script> > > <script type="text/javascript" src="jquery.ifixpng.js"></script> > > <script type="text/javascript"> > > > // unblock when ajax activity stops > > $().ajaxStop($.unblockUI); > > > $(document).ready(function() { > > jQuery('#GetlogIn').click(function() { > > jQuery.blockUI({ message: $('#loginForm') }); > > }); > > > $('#cancelLogIn').click($.unblockUI); > > > $('[EMAIL PROTECTED]').ifixpng(); > > > $("dd:not(:first)").hide(); > > $("dt a").click(function(){ > > $("dd:visible").slideUp("slow"); > > $(this).parent().next().slideDown("slow"); > > return false; > > }); > > > }); > > </script> > > > I included all the scripts that I am using if that helps. > > > Thanks, > > Johnie Karr- Hide quoted text - > > - Show quoted text -