Ik wil een pagina netjes laten scalen, google en got gezocht op css, scalen en beide niets nuttigs gevonden.
ik heb:
Het lijkt mij te kloppen maar aan de andere kant er klopt fucking weinig van. Ik ben dan ook wel een n00b maar toch. check www.mediaversa.nl/arnojacobs
Alvast bedankt
ik heb:
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
| body
{overflow:hidden;}
.left
{
position: absolute;
height: 428px;
width: auto;
left:0px;
right: 471px;
top:0px;
background-image:url(../images/1px_ver.jpg);
layer-background-image:url(../images/1px_ver.jpg);
}
.right
{
position:absolute;
height: 428px;
width: 417px;
right: 0px;
top: 0px;
background-image:url(../images/right.jpg);
layer-background-image:url(../images/right.jpg);
}
.px
{
position: absolute;
bottom:21px;
right:0px;
width: 50px;
height: auto;
top: 428
}
.bottom
{
Position:absolute;
bottom:0px;
left:0px;
right:0px;
height: 21px;
width: 100%;
background-image:url(../images/blauw.jpg);
layer-background-image:url(../images/blauw.jpg);
} |
Het lijkt mij te kloppen maar aan de andere kant er klopt fucking weinig van. Ik ben dan ook wel een n00b maar toch. check www.mediaversa.nl/arnojacobs
Alvast bedankt