In the head, change:
Code:
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/slimbox2.js"></script>
<link rel="stylesheet" href="css/slimbox2.css" type="text/css" media="screen" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
to:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="js/slimbox2.js"></script>
<link rel="stylesheet" href="css/slimbox2.css" type="text/css" media="screen" />
<script type="text/javascript" src="fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
Also - In the body, get rid of the highlighted:
Code:
<BODY BGCOLOR="808080" TEXT="#000000" vlink='#ffffff'>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<center> <TABLE WIDTH="75%" BO
Now, I thought at first that being in quirks mode might hurt the Slimbox Box. But it doesn't appear to. However, while checking that theory I discovered that the page 'as is' doesn't look very well in IE. I found that if I removed the widths for the first table and all 4 of its td's that fixed it for IE and didn't seem to hurt others.
Bookmarks