More Demos: bootstrap carousell, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Good evening.
I've had some success creating a wowslider at our web site.
I'm having some trouble getting it to work with IE8. I can create a load into a web page in ADobe CS4. wowslider adds the code and extra folders for css and js files. I load them up to my web site.
Chrome works fine. However, IE8 is having issues. Any suggestions?
A: Please try to use the DOCTYPE declaration for universal compatibility:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Notice, it should be first line in your code (before <head> section).