<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd" >
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="shadowbox.css">
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="shadowbox.js"></script>
<script type="text/javascript">
function demoMessage(){
Shadowbox.open({
player: 'html',
content: '<div><h1 style="color:#fff;text-align:center;">Hello World<\/h1><\/div>',
height: 100,
width: 200
});
};
$(function(){ //jQuery's DOM Ready
// you still have to give the browser a chance to complete the insertion of
// Shadowbox's html (from the init() call) ...
window.setTimeout(demoMessage, 10);
});
</script>
</head>
<body>
<script type="text/javascript">
Shadowbox.init({skipSetup:true, players:['html']});
</script>
</body>
</html>Combine literacy with curiosity and a whole world of information opens up to you