views:

222

answers:

5

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.

A: 

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

style="float:right;position: relative;height:270px;width:610px;"
methodin
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
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
A: 

nivo-slider.css, lines 36, 37:

.nivo-slice {
     display: none;
     /* ... */
}
y34h
A: 

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

alexy13
A: 

It looks fine to me. Please mark the question as resolved if it is. Thanks

Yasky
it's not resolved. If no one is seeing the problem, it must be my browser or something.
Catfish
A: 

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!

Juanma Guerrero