More Demos: bootstrap slider responsive, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Hi!
I need help because my wowslider had problems with firefox. It doesn´t work in that navegator but in the others it does.
What code can i put to fix this problem, is an html page made in dreaweaver.
Thanks for the help!
A: Please, remove extra doctype declaration from the page:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Also move the following code after the doctype declaration line the way:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
...