Yes, that did the trick!
Thank you so much!!

I've already seen the FAQ and <!DOCTYPE html>  is already added, but the caption still does not show up. This is my coding:

<!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" lang="en" xml:lang="en">


    <head>
        <title>Yoojin Seol's Art Portfolio</title>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

        <meta name="apple-mobile-web-app-capable" content="yes" />
        <style type="text/css">
            body {
                margin: 0px;
            }
        </style>
    </head>
    <body>
        <!--START JUICEBOX EMBED-->
        <script src="http://www.yoojin.star-bottle.net/juicebox_gallery/jbcore/juicebox.js"></script>
        <script>
            new juicebox({
                containerId : 'juicebox-container',

                galleryWidth: '100%',
                galleryHeight: '100%',
                backgroundColor: '#222222'
            });
        </script>
        <div id="juicebox-container"></div>
        <!--END JUICEBOX EMBED-->
    </body>
</html>

my site:
http://yoojin.star-bottle.net/art.html

Source for the actual JuiceBox:
http://yoojin.star-bottle.net/juicebox_ … index.html

This is embed on an iframe

I really need this fix by this week as soon as possible! (college undergrad portfolio)
The problem is that while it looks fine in Safari and Chrome,
on IE, the caption or the title does not show.

Is there a way to fix this?