views:

83

answers:

1

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?

A: 

What browser are you using? I tested <!DOCTYPE HTML> with the examples from piroBox, and it worked in Safari. If you're using IE, you might need to install an HTML5 compatibility script: http://remysharp.com/2009/01/07/html5-enabling-script/

nighthwk1
Chrome and the IE9 beta. Chrome in particular is a tier 1 browser for the project.
Chris