css hulp.
nu ben ik al bijna klaar met scripten(daarne het layout),
maar nu wordt #menu_rechts verkeerd gedrawd,
dat zie je hier:www.gm1999.tk.
de code is dit:
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
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
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
#Background {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: -50;
position:fixed;
}
#menu
{
border-top-style:solid;
border-right-style:solid;
border-left-style:solid;
border-bottom-style:dotted;
margin-top:100px;
border-color:black;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
width:850px;
padding:25px;
height:0px;
margin-left:400px;
}
#content
{
border-left-style:solid;
border-right-style:none;
border-top-style:none;
border-bottom-style:none;
border-color:black;
width:600px;
height:600px;
padding-top:25px;
padding-bottom:25px;
padding-right:50px;
padding-left:50px;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
margin-left:400px;
}
#menurechts
{
border-right-style:solid;
border-left-style:dotted;
border-top-style:none;
border-bottom-style:none;
border-color:black;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
padding:25px;
height:600px;
width:150px;
margin-left:1100px;
}
#footer
{
border-bottom-style:solid;
border-right-style:solid;
border-left-style:solid;
border-top-style:dotted;
border-color:black;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
width:850px;
padding:25px;
height:0px;
margin-left:400px;
}
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: -50;
position:fixed;
}
#menu
{
border-top-style:solid;
border-right-style:solid;
border-left-style:solid;
border-bottom-style:dotted;
margin-top:100px;
border-color:black;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
width:850px;
padding:25px;
height:0px;
margin-left:400px;
}
#content
{
border-left-style:solid;
border-right-style:none;
border-top-style:none;
border-bottom-style:none;
border-color:black;
width:600px;
height:600px;
padding-top:25px;
padding-bottom:25px;
padding-right:50px;
padding-left:50px;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
margin-left:400px;
}
#menurechts
{
border-right-style:solid;
border-left-style:dotted;
border-top-style:none;
border-bottom-style:none;
border-color:black;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
padding:25px;
height:600px;
width:150px;
margin-left:1100px;
}
#footer
{
border-bottom-style:solid;
border-right-style:solid;
border-left-style:solid;
border-top-style:dotted;
border-color:black;
background-color:#ffffff;
filter:alpha(opacity=60);
opacity:0.6;
width:850px;
padding:25px;
height:0px;
margin-left:400px;
}
alvast bedankt.
Gewijzigd op 01/01/1970 01:00:00 door Gm1999
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
Sorry! We vonden de volgende fouten (10)
URI : file://localhost/TextArea
21 #menu Parse Error opacity=60)
22 #menu Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6
43 #content Parse Error opacity=60)
44 #content Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6
56 #menurechts Parse Error opacity=60)
57 #menurechts Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6
75 #menurechts Parse Error #menurechts { border-right-style:solid; border-left-style:dotted; border-top-style:none; border-bottom-style:none; border-color:black; background-color:#ffffff; filter:alpha(opacity=60); opacity:0.6; padding:25px; margin-left:1100px; height:600px; width:150px; }
77 #menurechts Parse Error }
87 #footer Parse Error opacity=60)
88 #footer Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6
URI : file://localhost/TextArea
21 #menu Parse Error opacity=60)
22 #menu Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6
43 #content Parse Error opacity=60)
44 #content Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6
56 #menurechts Parse Error opacity=60)
57 #menurechts Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6
75 #menurechts Parse Error #menurechts { border-right-style:solid; border-left-style:dotted; border-top-style:none; border-bottom-style:none; border-color:black; background-color:#ffffff; filter:alpha(opacity=60); opacity:0.6; padding:25px; margin-left:1100px; height:600px; width:150px; }
77 #menurechts Parse Error }
87 #footer Parse Error opacity=60)
88 #footer Eigenschap opacity bestaat niet in CSS versie 2.1 maar wel in [css3] : 0.6
het menu staat boven de footer,
maar drawt de footer te laag...