site in css zetten
ik heb een layout gemaakt maar ik krijg hem gewoon niet in css
ik wou vragen of iemand dat voor mij zou willen doen
misschien om zijn "skills" te verbeteren
want ik word helemaal crazy
zou iemand dat voor mij willen doen?
---------------------------
ik wil graag de menu op height: 100%;
en content gewoon uitrekt
---------------------------
Code (php)
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
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
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="1024" height="769" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="4">
<img src="images/index_01.jpg" width="65" height="768" alt=""></td>
<td rowspan="4">
<img src="images/menu-links.jpg" width="227" height="768" alt=""></td>
<td colspan="3">
<img src="images/Logo.jpg" width="730" height="95" alt=""></td>
<td rowspan="3">
<img src="images/index_04.jpg" width="2" height="745" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Menu.jpg" width="604" height="38" alt=""></td>
<td rowspan="2">
<img src="images/index_06.jpg" width="126" height="650" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/content.jpg" width="604" height="612" alt=""></td>
</tr>
<tr>
<td>
<img src="images/index_08.jpg" width="2" height="23" alt=""></td>
<td colspan="3">
<img src="images/Footer.jpg" width="730" height="23" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="65" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="227" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="2" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="602" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="126" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="2" height="1" alt=""></td>
</tr>
</table>
</body>
</html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="1024" height="769" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="4">
<img src="images/index_01.jpg" width="65" height="768" alt=""></td>
<td rowspan="4">
<img src="images/menu-links.jpg" width="227" height="768" alt=""></td>
<td colspan="3">
<img src="images/Logo.jpg" width="730" height="95" alt=""></td>
<td rowspan="3">
<img src="images/index_04.jpg" width="2" height="745" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/Menu.jpg" width="604" height="38" alt=""></td>
<td rowspan="2">
<img src="images/index_06.jpg" width="126" height="650" alt=""></td>
</tr>
<tr>
<td colspan="2">
<img src="images/content.jpg" width="604" height="612" alt=""></td>
</tr>
<tr>
<td>
<img src="images/index_08.jpg" width="2" height="23" alt=""></td>
<td colspan="3">
<img src="images/Footer.jpg" width="730" height="23" alt=""></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="65" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="227" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="2" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="602" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="126" height="1" alt=""></td>
<td>
<img src="images/spacer.gif" width="2" height="1" alt=""></td>
</tr>
</table>
</body>
</html>
rechtstreeks uit photoshop
groetjes thymen
Gewijzigd op 01/01/1970 01:00:00 door Thymen akker
Code (php)
1
<table id="Table_01" width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
Gewijzigd op 01/01/1970 01:00:00 door jo colling
?¿
De CSS tutorial kan je misschien helpen..?
Waarom in godsnaam tabellen? Geen wonder dat je gek word. Al zijn tabellen misschien makkelijker in te delen, je moet gewoon overstappen op div.
En nog 1 minuscuul klein puntje.. HAAL JE CSS UIT JE HTML!!!!
Zet dit in een externe stylesheet.. Overigens.. je gebruikt geen eens css zie ik nu :D
Trouwens, waarom wil je je menu op 100% hoogte hebben? Mogen we geen content zien?
content mag je wel zien maar gewoon hoe langer de content hoe langer het achtergrond plaatje moet worden van het menu dat is het hele probleem