Josh, Try using CSS like this:
#tests { padding:8px 0; border:1px solid #999999; text-align:right; height: 20px; /* or whatever you want */ } .testimonials { text-align:right; font-family:"Times New Roman", Times, serif; font-size: 12px; font-style:italic; color:#999999; background-color:white; width: 100%; right: 10px; } One thing to keep in mind is that Cycle will absolutely position the slides. So you may need to show a little extra CSS love when dealing with text slides that do not have a fixed box. Also, you should still grab the latest cycle plugin version and use the cleartype option. You've solved the problem in IE6, but not IE7. Cheers! Mike On Jan 24, 2008 6:18 PM, Josh Nathanson <[EMAIL PROTECTED]> wrote: > Mike, here's a link: > > http://staging.igigi.com/tests/cycle.cfm > > The quotes should appear with the bordered area, and aligned to the > right. Instead they're sort of pushed down and aligned left. > > -- Josh > > > > ----- Original Message ----- > *From:* Mike Alsup <[EMAIL PROTECTED]> > *To:* jquery-en@googlegroups.com > *Sent:* Thursday, January 24, 2008 2:59 PM > *Subject:* [jQuery] Re: Cycle plugin w/text: text looks wack on IE6 > > Josh, > > The latest version of the Cycle plugin (v2.09) has support for > auto-correcting the IE ClearType problem for both IE6 and IE7. More info > here: > > http://www.malsup.com/jquery/cycle/cleartype.html > > If you can post a link I'll take a look at the alignment problem you're > having. > > Cheers! > > Mike > > > > On Jan 24, 2008 3:04 PM, Josh Nathanson < [EMAIL PROTECTED]> wrote: > > > > > Yup, that's exactly the problem on the fade transition. I'll try giving > > it > > a background color. > > > > Maybe Mike will weigh in on the alignment issue. If not I'll have a go > > at > > modding it. > > > > -- Josh > > > > > > ----- Original Message ----- > > From: "Karl Swedberg" <[EMAIL PROTECTED]> > > To: <jquery-en@googlegroups.com> > > Sent: Thursday, January 24, 2008 11:34 AM > > Subject: [jQuery] Re: Cycle plugin w/text: text looks wack on IE6 > > > > > > > > > > Hi Josh, > > > > > > I'm guessing that you're using a fade transition. This is a common > > > problem with IE6 when the opacity filter is set on an element. The > > > solution is to give the element a background color. I'm sorry I don't > > > know the answer to your right alignment question. > > > > > > > > > --Karl > > > _________________ > > > Karl Swedberg > > > www.englishrules.com > > > www.learningjquery.com > > > > > > > > > > > > On Jan 24, 2008, at 1:01 PM, Josh Nathanson wrote: > > > > > >> > > >> Hey all, > > >> > > >> Using the Cycle plugin to rotate some text blocks of testimonials. > > All > > >> is well except for a couple of things: > > >> - On all browsers, I am not able to right-align the div. It seems > > to > > >> wipe out the alignment. > > >> - On IE6, the text after the first slide looks all out of focus, as > > >> though the text is doubled. I'm sure this is because of IE6, but > > what > > >> can I do to rectify it if anything? > > >> > > >> -- Josh > > >> > > >> > > > > > > > >