I'm trying to use the piroBox (http://www.pirolab.it/pirobox/index.php) jQuery plug-in to make a gallery. I'm also using <!DOCTYPE html>
. With this DOCTYPE
, the images that are supposed to appear in a modal dialog appear at the bottom of the page. Removing the DOCTYPE
makes it perform as expected.
Is there any way to make the plug-in and the doctype play nice without changing the DOCTYPE
?