Englishjquery slideshows  Deutschjquery bildergalerie  Españolimagenes html  Françaisslideshow javascript  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Wordpress slider widget won't work in Firefox

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>
...