Hallo allemaal,
ik ben nu een site voor iemand aan het maken, maar de site laad zo erg langzaam
Ook als ik de Flash vervang door plaatjes blijft ie net zo langzaam draaien....
Ik zie helemaal NIETS fouts in de code
De site is http://www.djversionx.tk/
Wat zit er nou fout in?
In firefox draait ie bij mij wel goed snel.. het is dus Internet Explorer
Aangezien de meeste mensen Internet Explorer gebruiken moet dit dus opgelost worden
Wie kan me helpen
Joris
ik ben nu een site voor iemand aan het maken, maar de site laad zo erg langzaam
Ook als ik de Flash vervang door plaatjes blijft ie net zo langzaam draaien....
Ik zie helemaal NIETS fouts in de code
De site is http://www.djversionx.tk/
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>DJ Version X - The Power Of Music ! - The DJ's Of Oss.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-image: url(BG.GIF);
}
-->
</style><STYLE>
a:link {
color : #000000;
text-decoration : none;
}
a:visited {
color : #000000;
text-decoration : none;
}
a:active {
color : #000000;
text-decoration : none;
}
a:hover {
color :#000000;
text-decoration : underline;
}
</STYLE>
</head>
<body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="900" height="300" valign="top" bgcolor="#EEEEEE"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="300"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="900" height="300">
<param name="movie" value="menu.swf">
<param name="quality" value="high">
<embed src="menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="300"></embed>
</object></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<td height="270" valign="top">
<font size="2" face="Verdana">
<?php
echo "";
include "$id";
?>
</font>
</td>
<tr></tr>
<td height="3" bgcolor="#000000"></td>
</table>
</td>
<td width="3" height="" bgcolor="#000000"> </td>
<td> </td>
</tr>
</table>
<!--CheckStat Free 4.2 Begin-->
// code //
<!--CheckStat Free 4.2 End-->
</body>
</html> |
Wat zit er nou fout in?
In firefox draait ie bij mij wel goed snel.. het is dus Internet Explorer
Aangezien de meeste mensen Internet Explorer gebruiken moet dit dus opgelost worden
Wie kan me helpen
Joris