Hey,
Ik heb een probleem met mijn website...
Ik ben bezig met een babysite (wat jullie al in mijn vorige post merkten) maar ik heb problemen met een tabel (pagina met een stamboom) die in internet explorer wel toonbaar is maar in mozilla firefox 2.0 opent hij gewoon een lege pagina...
Iemand enig idee aan wat dat kan liggen? ook was er problemen met png fix voor ie6 maar ik denk dat dit onderhand wel is opgelost, maar als er mensen zijn met ie6 die merkten dat het nog niet in orde is, mogen mij gerust hierop wijzen...
http://www.gothdamnit.nl/test/K/test/
Ik hoop dat er iemand weet wat het probleem is met mozilla
screenshot met ie7:

screenshot met mozilla 2.0:
Ik heb een probleem met mijn website...
Ik ben bezig met een babysite (wat jullie al in mijn vorige post merkten) maar ik heb problemen met een tabel (pagina met een stamboom) die in internet explorer wel toonbaar is maar in mozilla firefox 2.0 opent hij gewoon een lege pagina...
Iemand enig idee aan wat dat kan liggen? ook was er problemen met png fix voor ie6 maar ik denk dat dit onderhand wel is opgelost, maar als er mensen zijn met ie6 die merkten dat het nog niet in orde is, mogen mij gerust hierop wijzen...
http://www.gothdamnit.nl/test/K/test/
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
73
74
75
76
77
78
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="style2.css" rel="stylesheet" type="text/css" />
<title>Untitled Document</title>
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="scripts/pngfix.js"></script>
<![endif]-->
</head>
<body>
<br>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr align="center" valign="bottom">
<td width="25%"><img src="images\paps.jpg"></td>
<td width="25%"><img src="images\mams.jpg"></td>
<td width="25%"><img src="images\no-img.gif"></td>
<td width="25%"><img src="images\no-img.gif"></td>
</tr>
<tr>
<td colspan="2"> <table border="0" cellpadding="0" cellspacing="0" width="100%" >
<tr>
<td width="25%"> </td>
<td width="5"><img src="images\uline.png" width="5" height="30" alt="" border="0"></td>
<td ><img src="images\mline.png" width="100%" height="30" alt="" border="0"></td>
<td width="5"><img src="images\dline.png" width="5" height="30" alt="" border="0"></td>
<td ><img src="images\mline.png" width="100%" height="30" alt="" border="0"></td>
<td width="5"><img src="images\uline.png" width="5" height="30" alt="" border="0"></td>
<td width="25%"> </td>
</tr>
</table></td>
<td colspan="2"> <table border="0" cellpadding="0" cellspacing="0" width="100%" >
<tr>
<td width="25%"> </td>
<td width="5"><img src="images\uline.png" width="5" height="30" alt="" border="0"></td>
<td ><img src="images\mline.png" width="100%" height="30" alt="" border="0"></td>
<td width="5"><img src="images\dline.png" width="5" height="30" alt="" border="0"></td>
<td ><img src="images\mline.png" width="100%" height="30" alt="" border="0"></td>
<td width="5"><img src="images\uline.png" width="5" height="30" alt="" border="0"></td>
<td width="25%"> </td>
</tr>
</table></td>
</tr>
<tr align="center" valign="bottom">
<td colspan="2" width="50%"><img src="images\jacq.jpg"></td>
<td colspan="2" width="50%"><img src="images\willem.jpg"></td>
</tr>
<tr>
<td colspan="4"> <table border="0" cellpadding="0" cellspacing="0" width="100%" >
<tr>
<td width="25%"> </td>
<td width="5"><img src="images\uline.png" width="5" height="30" alt="" border="0"></td>
<td ><img src="images\mline.png" width="100%" height="30" alt="" border="0"></td>
<td width="5"><img src="images\dline.png" width="5" height="30" alt="" border="0"></td>
<td ><img src="images\mline.png" width="100%" height="30" alt="" border="0"></td>
<td width="5"><img src="images\uline.png" width="5" height="30" alt="" border="0"></td>
<td width="25%"> </td>
</tr>
</table></td>
</tr>
<tr align="center" valign="top">
<td colspan="4">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr align="center">
<td width="%"><img src="images\keano.jpg"></td>
</tr>
</table>
</td>
</tr>
</table>
</div></TD><BR><BR>
</body>
</html> |
Ik hoop dat er iemand weet wat het probleem is met mozilla
screenshot met ie7:

screenshot met mozilla 2.0: