Hi,
The slider on the site below works fine in Chrome and FF but in IE is showing a scroll bar on the right and the images scroll vertically . Any help is appreciated.
it's a coda slider http://www.ndoherty.com/demos/coda-slider/1.1.1/
Hi,
The slider on the site below works fine in Chrome and FF but in IE is showing a scroll bar on the right and the images scroll vertically . Any help is appreciated.
it's a coda slider http://www.ndoherty.com/demos/coda-slider/1.1.1/
A few focused notes that help with IE-only slider problems and build on what , and found.
IE-specific scrollbar/vertical-shift symptoms are usually environmental, not the slider core. Common culprits: a JavaScript exception or duplicate library, a conflicting third-party script, IE running in quirks mode, or an element that does not have IE’s “hasLayout” triggered. The fact that removing a plugin cured the problem strongly points to a conflict (script order, duplicate jQuery, or a plugin touching sizing/overflow).
Quick troubleshooting checklist
Practical CSS/JS fixes to try
.coda-slider-wrapper {
position: relative;
overflow: hidden;
width: 960px; /* match your layout */
height: 300px; /* match slide height */
zoom: 1; /* triggers hasLayout in IE6/7 */
}
.coda-slider-wrapper img { display: block; } These steps preserve the working slider while isolating the external cause that removed.
Jump to Post— dipak_passion 0First of all your site in totally distroted in IE6, mainly IE6 doesn't support 24bit PNG image, and three boxes also sfifted down deu to improper width.
For scroller their is an script error in line no 3929. Plz check, other wise source code is fine.
First of all your site in totally distroted in IE6, mainly IE6 doesn't support 24bit PNG image, and three boxes also sfifted down deu to improper width.
For scroller their is an script error in line no 3929. Plz check, other wise source code is fine.
Hi,
The slider on the site below works fine in Chrome and FF but in IE is showing a scroll bar on the right and the images scroll vertically . Any help is appreciated.it's a coda slider http://www.ndoherty.com/demos/coda-slider/1.1.1/
Sorry but the coda-slider 1.1.1 working perfectly on my Internet Explorer version 6.
After all, that slider code was invented by IE guys first.
Sorry but the coda-slider 1.1.1 working perfectly on my Internet Explorer version 6.
After all, that slider code was invented by IE guys first.
Thank you both. We fixed the problem. It was a plugin not playing nice with the others. We deleted it from the home page only and all seems well to launch.I can't explain the exact disagreement between the plugin and the page but I can live with that for now.
Thanks again.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.