Forums
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › JavaScript › Hide/Show Div's
OK, I can’t bring up the developer tools in IE8 because CodePen is causing all kinds of problems. But I think I see the what the trouble is. You are using tags for the slides, which are HTML 5 tags. IE8 doesn’t recognize those tags and therefore cannot apply styles to them. Try changing them to div tags.
@g3logic @Maddtechwf Updated. http://codepen.io/srig99/pen/itxrG. Does this version work?
@Maddtechwf Sure thing! Glad it’s working!
@Maddtechwf To the jQuery? Do you mean the JS for the slides? I added keyboard navigation (next => right arrow and previous => left arrow) into the slides already. Just check the previous link I posted…