Ik heb een aantal problemen met de tables in mijn website die ik aan t maken ben voor mij en een vriend. misschien dat jullie me een stapje verder kunnen helpen.
Het mij in de rechter table cells gelukt om een leuke mouse-over te maken, maar als ik dat links doe dan verschuiven heel veel cells van plek, en ik heb geen idee waarom.
Het grootste gedeelte van de code heb ik dreamweaver uit laten spugen.
mocht je de site willen zien, om te zien wat ik bedoel, check: http://home.zonnet.nl/clown92/portal/index.html Lijkt me geen spam, er is toch geen content.
EDIT:
Sorry ppl, had t in webdesign & graphics moeten posten, ik ben te n0-0b om dat soort dingen te begrijpen geloof ik
Het mij in de rechter table cells gelukt om een leuke mouse-over te maken, maar als ik dat links doe dan verschuiven heel veel cells van plek, en ik heb geen idee waarom.
Het grootste gedeelte van de code heb ik dreamweaver uit laten spugen.
mocht je de site willen zien, om te zien wat ik bedoel, check: http://home.zonnet.nl/clown92/portal/index.html Lijkt me geen spam, er is toch geen content.
EDIT:
Sorry ppl, had t in webdesign & graphics moeten posten, ik ben te n0-0b om dat soort dingen te begrijpen geloof ik
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
| <html>
<head>
<title>-- The KoffiD Portal --</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="koffid.css" type="text/css">
</head>
<body bgcolor="#D4CFC9">
<table width="800" border="0" height="30" align="center">
</table>
<br>
<table width="800" border="0" align="center">
<tr>
<td colspan="6">
<table width="100%" border="0">
<tr>
<td width="15%">
<div align="center">[img]"pics/FAQ.GIF"[/img]</div>
</td>
<td width="17%">
<div align="center">[img]"pics/FORUM.GIF"[/img]</div>
</td>
<td width="16%">
<div align="center">[img]"pics/LINKS.GIF"[/img]</div>
</td>
<td width="4%">
<div align="center"><br>
</div>
</td>
<td width="15%">
<div align="center">[img]"pics/NEWS.GIF"[/img]</div>
</td>
<td width="16%">
<div align="center">[img]"pics/WHAT.GIF"[/img]</div>
</td>
<td width="17%">
<div align="center">[img]"pics/WHO.GIF"[/img]</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="801" border="0" height="530" align="center" cellpadding="3">
<tr>
<td height="10" bgcolor="#8E7D6F" width="95">
<div align="right">Lemm</div>
</td>
<td height="10" bgcolor="#8E7D6F" width="287">
<div align="right">VER</div>
</td>
<td height="10" bgcolor="#669297" width="286">SUS</td>
<td height="10" bgcolor="#669297" width="105">vAc</td>
</tr>
<tr>
<td bgcolor="#8E7D6F" width="95" height="2">
<div align="right">Airplanes -</div>
</td>
<td bgcolor="#AEA297" width="287" rowspan="6">
<table width="100%" border="0" align="center" height="404">
<tr bgcolor="#C6C0B7">
<td height="7"><b>16-12 2004</b></td>
</tr>
<tr bgcolor="#D4CFC9">
<td height="55">Tuut, tuut, tuut, de groetjes van ruud.<br>
<br>
See ya 'round, <br>
<i>Lemm. </i></td>
</tr>
<tr bgcolor="#AEA297">
<td height="5"> </td>
</tr>
<tr bgcolor="#C6C0B7">
<td height="19"><b>15-12 2004</b></td>
</tr>
<tr bgcolor="#D4CFC9">
<td height="69">First hands layed on the portal site, The portal site
will be the portal to the websites from me and vAc.<br>
<br>
See ya 'round, <br>
<i>Lemm.</i></td>
</tr>
<tr bgcolor="#AEA297">
<td height="18"> </td>
</tr>
<tr bgcolor="#C6C0B7">
<td height="17"><b>14-12 2004</b></td>
</tr>
<tr bgcolor="#D4CFC9">
<td height="93">Me and vAc found a nice host for the websites, but didn't
register yet. As things are looking now, we will have the portal up
and running in about 2 months.<br>
<br>
See ya 'round, <br>
<i>Lemm.</i></td>
</tr>
</table>
<br>
<br>
</td>
<td bgcolor="#8AACB0" width="286" rowspan="6">
<table width="100%" border="0" align="center" height="404">
<tr bgcolor="#A2BFC1">
<td height="7"><b>16-12 2004</b></td>
</tr>
<tr bgcolor="#BACFD1">
<td height="55">First hands layed on the portal site, The portal site
will be the portal to the websites from me and Lemm.<br>
<br>
See ya 'round, <br>
<i>vAc </i></td>
</tr>
<tr bgcolor="#8AACB0">
<td height="5"> </td>
</tr>
<tr bgcolor="#A2BFC1">
<td height="19"><b>15-12 2004</b></td>
</tr>
<tr bgcolor="#BACFD1">
<td height="69">Me and Lemm found a nice host for the websites, but
didn't register yet. As things are looking now, we will have the portal
up and running in about 2 months.<br>
<br>
See ya 'round, <br>
<i>vAc </i></td>
</tr>
<tr bgcolor="#8AACB0">
<td height="18"> </td>
</tr>
<tr bgcolor="#A2BFC1">
<td height="17"><b>14-12 2004</b></td>
</tr>
<tr bgcolor="#BACFD1">
<td height="76">Tuut, tuut, tuut, de groetjes van ruud.<br>
<br>
See ya 'round, <br>
<i>vAc </i></td>
</tr>
</table>
<br>
<br>
</td>
<td bordercolor="#9EBABE" td bgcolor="#669297" onMouseOut="style.backgroundColor='#669297'" onMouseOver="style.backgroundColor='#8AACB0'" width="105" height="2">- jetpack</td>
</tr>
<tr>
<td bgcolor="#8E7D6F" width="95" height="2">
<div align="right">Lemmings -</div>
</td>
<td bordercolor="#9EBABE" td bgcolor="#669297" onMouseOut="style.backgroundColor='#669297'" onMouseOver="style.backgroundColor='#8AACB0'" width="105" height="2">- Jemen</td>
</tr>
<tr>
<td bgcolor="#8E7D6F" width="95" height="2">
<div align="right">Site -</div>
</td>
<td bordercolor="#9EBABE" td bgcolor="#669297" onMouseOut="style.backgroundColor='#669297'" onMouseOver="style.backgroundColor='#8AACB0'" width="105" height="2">- Digi</td>
</tr>
<tr>
<td bgcolor="#8E7D6F" width="95" height="2">
<div align="right"></div>
</td>
<td bordercolor="#9EBABE" td bgcolor="#669297" onMouseOut="style.backgroundColor='#669297'" onMouseOver="style.backgroundColor='#8AACB0'" width="105" height="2"> </td>
</tr>
<tr>
<td bgcolor="#8E7D6F" width="95" height="2">
<div align="right">Contact me -</div>
</td>
<td bordercolor="#9EBABE" td bgcolor="#669297" onMouseOut="style.backgroundColor='#669297'" onMouseOver="style.backgroundColor='#8AACB0'" width="105" height="2">- Contact me </td>
</tr>
<tr>
<td bgcolor="#8E7D6F" width="95"> </td>
<td bordercolor="#9EBABE" bgcolor="#669297" width="105">
<p> </p>
<p> </p>
</td>
</tr>
</table>
</body>
</html> |
[ Voor 94% gewijzigd door Verwijderd op 17-12-2004 16:46 ]