image 3px naar beneden
lex van der poel
30/04/2012 16:58:57Hoi,
Ik ben bezig met een WebOs admin panel maar nu zit ik met een probleem.
Ik heb een start menu hetzelfde als windows 98 en milenium.
Maar de afbeeldingen voor de text moeten alemaal 3pixels naar beneden zodat het mooi overloopt. Hier is mijn css:
menuci = voor de afbeeldingen is het mogelijk om ze alemaal 3 pixels naar beneden te krijgen?
Ik ben bezig met een WebOs admin panel maar nu zit ik met een probleem.
Ik heb een start menu hetzelfde als windows 98 en milenium.
Maar de afbeeldingen voor de text moeten alemaal 3pixels naar beneden zodat het mooi overloopt. Hier is mijn css:
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
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
body{
background-color:#008080;
}
.menu{
background-color:#c0c0c0;
border:1px solid #999;
height:27px;
width:100%;
position:fixed;
bottom:0px;
left:0px;
top:auto;
right:0px;
}
.menui{
margin: 3px 0px 0px 3px;
}
.menuc{
display: none;
height:225px;
width:152px;
position:fixed;
bottom:27px;
left:0px;
background:url(../img/menu_start/start_bg.bmp) no-repeat;
}
.menuci{
margin: 5px 0px 0px 25px; // dit is voor de plaatjes voor de text.
}
.menuci a{
margin-left: 5px;
}
.time{
position:fixed;
right:3px;
border:1px solid #999;
}
.button{
width: auto;
height: 22px;
border:1px solid #999;
background: #c0c0c0;
color: #000000;
}
.textfield{
margin: 4px 0px 0px 3px;
height: 22px;
border:1px solid #999;
color: #000000;
}
.logout{
position:fixed;
left:50px;
bottom:37px;
}
.logout img{
position:fixed;
left:25px;
bottom:35px;
}
background-color:#008080;
}
.menu{
background-color:#c0c0c0;
border:1px solid #999;
height:27px;
width:100%;
position:fixed;
bottom:0px;
left:0px;
top:auto;
right:0px;
}
.menui{
margin: 3px 0px 0px 3px;
}
.menuc{
display: none;
height:225px;
width:152px;
position:fixed;
bottom:27px;
left:0px;
background:url(../img/menu_start/start_bg.bmp) no-repeat;
}
.menuci{
margin: 5px 0px 0px 25px; // dit is voor de plaatjes voor de text.
}
.menuci a{
margin-left: 5px;
}
.time{
position:fixed;
right:3px;
border:1px solid #999;
}
.button{
width: auto;
height: 22px;
border:1px solid #999;
background: #c0c0c0;
color: #000000;
}
.textfield{
margin: 4px 0px 0px 3px;
height: 22px;
border:1px solid #999;
color: #000000;
}
.logout{
position:fixed;
left:50px;
bottom:37px;
}
.logout img{
position:fixed;
left:25px;
bottom:35px;
}
menuci = voor de afbeeldingen is het mogelijk om ze alemaal 3 pixels naar beneden te krijgen?
PHP hulp
21/11/2024 22:32:37Jeroen VD
30/04/2012 17:01:18of dit:
of dit
moet volgens mij werken
of dit
moet volgens mij werken