Her følger HTML-filen - .JS-filen indeholder ingen <script> tags...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>ØkoGården</title>
<link href="style.css" rel="stylesheet" type="text/css">
<script language="JavaScript" src="slideshow.js"></script>
<script language="JavaScript" type="text/javascript">
<!--
window.onload = function() {
var divs=document.getElementsByTagName("div");
for (i=0;i<divs.length;i++){
if (divs[i].className=="top") {
divs[i].onmouseover=function() {
this.firstChild.nextSibling.className="on";
}
divs[i].onmouseout=function() {
this.firstChild.nextSibling.className="off";
}
}
}
}
//-->
</script>
</head>
<body onload=runSlideShow()>
<center>
<div id="title_tbl">
<a href="index.htm"><img src="" name=SlideShow
alt="ØkoGården - på nettet" class="billede" border=0></a>
<h1 id=t1>ØkoGården</h1>
<div id="t2">
... din økologiske partner!
</div>
</div>
<div id="all">
<table> <!-- Menu indeholdt i tabel -->
<tr>
<td>
<center>
<div id="menu">
<div class="top">
Om gården
<div class="skjult">
<div class="menup"
onmouseover="style.backgroundColor='lightgreen';"
onmouseout="style.backgroundColor='rgb(240, 240, 240)';"><a
href="historie.htm">Historie</a></div>
<div class="menup"
onmouseover="style.backgroundColor='lightgreen';"
onmouseout="style.backgroundColor='rgb(240, 240, 240)';"><img
src="grafik/ansigt.bmp" border=0> <a
href="medarbejdere.htm">Medarbejdere</a></div>
<div class="menup"
onmouseover="style.backgroundColor='lightgreen';"
onmouseout="style.backgroundColor='rgb(240, 240, 240)';"><a href="job.htm">Job hos
os?</a></div>
</div>
</div>
<div class="top">
Produkter
<div class="skjult">
<div class="menup" onmouseover="style.backgroundColor='lightgreen';"
onmouseout="style.backgroundColor='rgb(240, 240, 240)';"><a
href="produkter.htm">Vores produkter</a></div>
</div>
</div>
<div class="top">
Værd at vide
<div class="skjult">
<div class="menup" onmouseover="style.backgroundColor='lightgreen';"
onmouseout="style.backgroundColor='rgb(240, 240, 240)';"><a href="oekologi.htm"
>Læs om økologi</a></div>
<div class="menup"
onmouseover="style.backgroundColor='lightgreen';"
onmouseout="style.backgroundColor='rgb(240, 240, 240)';"><img
src="grafik/telefon.bmp" border=0> <a href="kontakt.htm">Kontakt
os</a></div>
</div>
</div>
</td>
</tr>
</table> <!-- Slut tabel for menu -->
<!-- Indholdet -->
<table width="430px">
<div id="txt">
<b>ØkoGårdens medarbejdere</b><p>
info følger her..</p>
</div>
</table> <!-- Slut tabel for indhold -->
</div>
</div>
</table>
</center>
</body>
</html>