Thank you Steven. However, now, since I have changed the doctype, nothing work for all browsers: there is no scrollbar anymore.
The problem is that I have modified all pages before to work on HTML 5. For example, I have changed the Facebook and Twitter button code from iframe to HTML5.
First, you have written: "All web pages must use a Doctype Declaration... We recommend using the HTML5 Doctype <!DOCTYPE html>... and ok, it's just, what I want to do: I want to use HTML5. So, I don't understand why you have written after:
"I have just created a Juicebox-Lite v1.1.1 test gallery using the HTML 4.01 Transitional Doctype Declaration:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">"
I have asked you, but you didn't answer. Then, again, in my previous post, I have written: "We recommend using the HTML5 Doctype <!DOCTYPE html>", I'm not sure why you want now to use <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ? I would like, too, use <!DOCTYPE html> to be in HTML5 for the future."
but again, you didn't answer.
I have just checked again you Lite Embeded example
http://www.juicebox.net/demos/lite/embedded/
and the doctype is not HTML 5 but
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
So, once again, I want to build a site in HTML5 and use Juicebox Lite embedded with it. Is it possible ? You recommand HTML5 and you give examples with HTML 4.01. Why ?
Thank you Steven: I would be happy to fix this, because right now, what I was thinking to be a matter of minutes have became a matter of days and I have already passed many hours to change, unchange, etc. with always problems at the end.