css hulp.

Overzicht Reageren

Sponsored by: Vacatures door Monsterboard

Gm1999

gm1999

13/10/2009 16:39:00
Quote Anchor link
Ik ben begonnen aan css,
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)
PHP script in nieuw venster Selecteer het PHP script
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
#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;
}

alvast bedankt.
Gewijzigd op 01/01/1970 01:00:00 door Gm1999
 
PHP hulp

PHP hulp

14/11/2024 04:18:01
 
- SanThe -

- SanThe -

13/10/2009 17:02:00
Quote Anchor link
De W3C Validator geeft dit terug:
Code (php)
PHP script in nieuw venster Selecteer het PHP script
1
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
 
Gm1999

gm1999

13/10/2009 17:14:00
Quote Anchor link
doet het nu half,
het menu staat boven de footer,
maar drawt de footer te laag...
 



Overzicht Reageren

 
 

Om de gebruiksvriendelijkheid van onze website en diensten te optimaliseren maken wij gebruik van cookies. Deze cookies gebruiken wij voor functionaliteiten, analytische gegevens en marketing doeleinden. U vindt meer informatie in onze privacy statement.