alt textOn this page http://cacrochester.com/ the 2 rotating images are messed up in webkit browsers. It's not all the time, and it's usually not on the first image. Why is that?

I'm using the NivoSlider jquery plugin to rotate the images.

here's what i'm seeing.

link|improve this question

3  
It looks crap for me in Firefox too – Marko Oct 5 '10 at 21:06
It looks like it's working fine on FF 3.6.3 for me. What version are you on? – Catfish Oct 5 '10 at 21:12
Can you be more specific with what about them is "messed up?" Please describe the behavior you expect to see vs. what you're actually seeing. – calvinf Oct 5 '10 at 22:30
1  
btw. try some antialiasing on the font ;-) – Dänu Oct 6 '10 at 9:54
2  
I think it looks perfect for the sentence and context it is in :) +1 – Otaku Oct 14 '10 at 3:15
show 7 more comments
feedback

4 Answers

up vote 0 down vote accepted

I'm seeing this strange effect you say, the issue seems to be in the way each column is shown. Nevertheles, you should try any other solution for that page you're building, since the effect you're applying fits more to a turning marquee and not to a slider... I've seen lots of real cool sliders (look jquery slider on Google or see http://vandelaydesign.com/blog/web-development/jquery-image-galleries/ ).

Aside, you have to consider remaking the imgs, the text is really ugly (I hope you don't be angry at me saying this, since I'm trying to help your page look better). As I was saying, if you use a Photo editing soft like Photoshop you should set the text anti-aliasing to sharp or crisp but not to "none" (therefore you won't see it "pixelated" anymore). And de photo of the guy is kinda pixelated too...

Hope my 2 cents can help you!

link|improve this answer
feedback

Add this to the <div id="slider"> element

style="float:right;position: relative;height:270px;width:610px;"
link|improve this answer
I already have those styles on #slider except position relative. Position: relative is added dynamically though through the nivoSlider plugin so even when i add it in chrome's developer tools (basically like firebug), it just crosses it out. – Catfish Oct 8 '10 at 17:19
I know you did but I imagine the way the script is written these values are not getting pulled correctly via the stylsheet. Adding it to the div directly seems to correct the issue. Give it a shot. – methodin Oct 8 '10 at 17:25
feedback

nivo-slider.css, lines 36, 37:

.nivo-slice {
     display: none;
     /* ... */
}
link|improve this answer
feedback

It looks totally fine to me. Maybe try a different Jquery scroll plugin.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.