The body can't be in the head. You'll also need the files on your server if they're not.
Code:
<head>
<title> Bev "Ivy" DeMoss </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
<!--
body {
background-image: url(images/texture_4.png);
background-repeat: repeat;
}
p#nav{text-align:center;}
p#ban{text-align:center;}
#lightbox{
background-color:#eee;
padding: 10px;
border-bottom: 2px solid #666;
border-right: 2px solid #666;
}
#lightboxDetails{
font-size: 0.8em;
padding-top: 0.4em;
}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#lightbox img{ border: none; }
#overlay img{ border: none; }
#overlay{ background-image: url(overlay.png); }
* html #overlay{
background-color: #000;
back\ground-color: transparent;
background-image: url(blank.gif);
filter: progidXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
-->
</style>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
</head>
<body onload="MM_preloadImages('/images/menu_on.gif')…;initLightbox()">
I'm also assuming the this line "MM_preloadImages('/images/menu_on.gif')…;initLightbox()" works. I changed the quotes from the microsoft ones to the regular single ones, you should make sure you use those as well.
Bookmarks