Thanks, Karl. I've got an IE6-specific stylesheet, I'll just need to add the appropriate CSS.
Thanks for the tip! Rick > -----Original Message----- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl > Swedberg > Sent: Friday, March 28, 2008 5:25 PM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: (Bump) Why is this slide so jittery? > > > Hey Rick, > > You probably already know this, but IE6 treats height as min-height. > So if you create an ie6-only stylesheet and then link to it inside a > conditional comment, it might help with your IE6 jitter > > <!--[if lte IE 6]> > <link rel="stylesheet" href="ie6.css" type="text/css" /> > <![endif]--> > > > > --Karl > _________________ > Karl Swedberg > www.englishrules.com > www.learningjquery.com > > > > On Mar 28, 2008, at 5:04 PM, Rick Faircloth wrote: > > > > > I'm glad I didn't bet against your odds! > > > > By putting a min-height on the div that surrounds > > the photo, the content to the right of the photo, > > and the bio, the slide seems to be happy. It's > > got a little jerk in IE6, but I'm not that concerned > > about IE6 and it's not terrible. > > > > Thanks, Andy! > > > > Rick > > > >> -----Original Message----- > >> From: jquery-en@googlegroups.com [mailto:jquery- > >> [EMAIL PROTECTED] On Behalf Of Andy Matthews > >> Sent: Friday, March 28, 2008 3:24 PM > >> To: jquery-en@googlegroups.com > >> Subject: [jQuery] Re: (Bump) Why is this slide so jittery? > >> > >> > >> My guess is that it's trying to determine the height dynamically. > >> You know > >> the height of the container, try setting that in your CSS (same as > >> the > >> picture height I'd guess). > >> > >> 10 to 1 says that fixes it. > >> > >> -----Original Message----- > >> From: jquery-en@googlegroups.com [mailto:jquery- > >> [EMAIL PROTECTED] On > >> Behalf Of Rick Faircloth > >> Sent: Friday, March 28, 2008 2:17 PM > >> To: jquery-en@googlegroups.com > >> Subject: [jQuery] (Bump) Why is this slide so jittery? > >> > >> > >> Anyone? > >> > >> > >> > >> Hi, all... > >> > >> Thought I had this solved, but would anyone care to take a look at > >> this > >> page: > >> > >> http://c21ar.wsm-dev.com/cfm/our-agents.cfm > >> > >> And click on the "Click here to view or hide agent's biography" link? > >> > >> FF2 doesn't have the jitters. > >> > >> The top agent's bio slides in smoothly. > >> > >> Any agent's bio for an agent who is beneath an already open bio works > >> smoothly. > >> > >> But any bio, except the top agent, without a bio open above it, > >> will open > >> very jittery in IE7. > >> > >> Anyone else see this behavior? > >> If you do, any possible solutions? > >> > >> I may have to just put the bio's up without the sliding if I can't > >> get this > >> to work smoothly. > >> > >> Thanks, > >> > >> Rick > >> > >> > > > > >