Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Strange vertical line issue happening in SOME ie machines? #114

Closed
Stratus123 opened this issue Sep 7, 2010 · 5 comments
Closed

Strange vertical line issue happening in SOME ie machines? #114

Stratus123 opened this issue Sep 7, 2010 · 5 comments

Comments

@Stratus123
Copy link

Hi there,

Today I started getting complaints from a few folks in the department about vertical lines appearing on our nivo slider .. I can't replicate them in ANY browser or with ANY platform(well.. i've tried ff, chrome, ie8 in vista business, ie6 in xp-professional, and my android phone browser) .. but those getting them are using IE8 (IE version 8.0.6.001) and..

they don't seem to be using any sort of ZOOM -

here's an example of what they're seeing
http://www.berrington.ca/Capture.jpg

any help would be very much appreciated.. it's tough to 'fix' a 'problem' when I can't replicate it :-/

cheers!

St.

@vander2000
Copy link

I've got exactly the same problem with ie8.0.6 . Did you find a solution ?

@Stratus123
Copy link
Author

Unfortunately not :-/ I wish I had ANY Idea what might be causing it. because it's only on a few machines, and only sometimes.. I don't get a lot of complaints.. but obviously, I need to fix it or replace it - do post back here if you find a solution! I'd love to hear it

@vander2000
Copy link

Finally, I find the solution.
The picture you slide have to be divided with the correct number of slice. I use the fade effect so I put
$('#slider').nivoSlider({
directionNav:false, //Next & Prev
directionNavHide:false, //Only show on hover
effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
slices:1,
});

And it works without the lines

Hope it will help

@Stratus123
Copy link
Author

wow! thanks.. I'll delve into the code and see if it works for me too! much appreciated

@ghost
Copy link

ghost commented Jun 15, 2012

That's not a fix - that's simply skipping around the issue - the vertical/horizontal slice transitions are causing vertical bars. I still have this issue.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants