mouse-over

Status
Niet open voor verdere reacties.

henri2500

Gebruiker
Lid geworden
28 feb 2007
Berichten
265
Hey

Ik wil een mouse-over maken en frontpage geeft een fout wanneer ik hem wil afspelen, maar hij doet het wel

Hier de code
HTML:
<html>

<head>
<meta http-equiv="Content-Language" content="nl">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Way Hoogeveen - Index</title>
<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation" src="file:///C:/Program%20Files/Microsoft%20Office/OFFICE11/fpclass/animate.js">
</script>
</head>

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" onload="dynAnimation()" language="Javascript1.2">

<table border="0" width="100%" height="723" cellspacing="0" cellpadding="0">
	<tr>
		<td height="119" align="center">
		<img border="0" src="nwlogo.gif" width="160" height="86"></td>
		<td height="119" align="right" valign="bottom">
		<img border="0" src="bovenfoto.bmp" width="293" height="132"></td>
	</tr>
	<tr>
		<td width="16%" rowspan="3">
		<table border="0" width="101%" cellspacing="0" cellpadding="0" height="602">
			<tr>
				<td align="center" bgcolor="#3098FF" width="31%">
				<p align="center">&nbsp;</td>
				<td align="right" valign="top" bgcolor="#3098FF" width="69%" height="34">
				<img border="0" src="rechtsboven.jpg" width="30" height="34"></td>
			</tr>
			<tr>
				<td align="center" bgcolor="#3098FF" colspan="2" valign="top">
				<p><br>
				<a href="info.html" onmouseover="var img=document['fpAnimswapImgFP1'];img.imgRolln=img.src;img.src=img.lowsrc?img.lowsrc:img.getAttribute?img.getAttribute('lowsrc'):img.src;" onmouseout="document['fpAnimswapImgFP1'].src=document['fpAnimswapImgFP1'].imgRolln">
				<img border="0" src="button1.jpg" width="100" height="20" id="fpAnimswapImgFP1" name="fpAnimswapImgFP1" dynamicanimation="fpAnimswapImgFP1" lowsrc="button2.jpg"> <br>
				<a href="agenda.html"><img border="0" src="button2.jpg" width="100" height="20"> <br>
				<a href="repertoire.html"><img border="0" src="button3.jpg" width="100" height="20"> <br>
				<a href="boeken.html"><img border="0" src="button4.jpg" width="100" height="20"> <br>
				<a href="lidworden.html"><img border="0" src="button5.jpg" width="100" height="20"> <br>
				<a href="donateurs.html"><img border="0" src="button6.jpg" width="100" height="20"> <br>
				<a href="gastenboek.html"><img border="0" src="button7.jpg" width="100" height="20"> <br>
				<a href="bestuur.html"><img border="0" src="button8.jpg" width="100" height="20"> <br>
				<a href="activiteiten.html"><img border="0" src="button9.jpg" width="100" height="20"> <br>
				<a href="foto.html"><img border="0" src="button10.jpg" width="100" height="20"> <br>
				<a href="ledenpagina.html"><img border="0" src="button11.jpg" width="100" height="20"> <br>
				<a href="links.html"><img border="0" src="button12.jpg" width="100" height="20"> <br>
				<a href="contact.html"><img border="0" src="button13.jpg" width="100" height="20"> <br>
&nbsp;</p></a></td>
			</tr>
			</table>
		</td>
		<td width="84%" height="54" align="right" valign="top" bgcolor="#C0E0FF">
		<img border="0" src="onderfoto.bmp" width="251" height="54"></td>
	</tr>
	<tr>
		<td width="84%" height="439" align="right" valign="top" bgcolor="#C0E0FF">
		&nbsp;</td>
	</tr>
	<tr>
		<td width="84%" bgcolor="#C0E0FF">
		<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
			<tr>
				<td colspan="2">&nbsp;</td>
			</tr>
			<tr>
				<td width="9%" align="left" valign="bottom">
				<img border="0" src="onderaanbocht.bmp" width="76" height="76"></td>
				<td width="89%">&nbsp;</td>
			</tr>
		</table>
		</td>
	</tr>
</table>

<table border="0" width="100%" cellspacing="0" cellpadding="0" height="41">
	<tr>
		<td bgcolor="#3098FF">&nbsp;</td>
	</tr>
</table>

</body>

</html>



Hier de foutmelding:
foutzn9.png
 
Laatst bewerkt:
Staat aangegeven.
Kan ook in je fpclass/animate.js zitten.

Overigens heb je gen doctype.
Bij wel een doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
heb je alsnog 55 fouten.
Zie:
http://validator.w3.org/
En je hebt geen sluit</a>tags.

En dze pagina:
http://www.goldwingnederland.nl/
toont niks, je hebt enige fouten erin. En wel in de metatags.

:cool:
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan