IE css probleem opgelost
Hans Q
06/09/2007 19:33:00hallo iedereen,
ik heb een probleempje met mijn css... ik heb 3 div's waarvan 2 onderelkaar moetten komen en een ernaast...
ik heb nu dit: helaas werkt het niet bij IE
opgelost!
alvast bedankt!
voorbeeld:
headertext logo
button logo
veraddert:
ik heb een probleempje met mijn css... ik heb 3 div's waarvan 2 onderelkaar moetten komen en een ernaast...
ik heb nu dit: helaas werkt het niet bij IE
opgelost!
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#logo {
background: #9B9B9B;
width : 160px;
height : 122px;
float: right;
}
#headertext {
width : 630px;
height : 72px;
margin-right: 200px;
background: #767676;
color: black;
padding:10px 0px 0px 10px;
}
.button {
font-weight: bold;
width:630px;
height:30px;
padding:10px 0px 0px 10px;
background: #4B4B4B;
}
background: #9B9B9B;
width : 160px;
height : 122px;
float: right;
}
#headertext {
width : 630px;
height : 72px;
margin-right: 200px;
background: #767676;
color: black;
padding:10px 0px 0px 10px;
}
.button {
font-weight: bold;
width:630px;
height:30px;
padding:10px 0px 0px 10px;
background: #4B4B4B;
}
alvast bedankt!
voorbeeld:
headertext logo
button logo
veraddert:
Code (php)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#logo {
background: #9B9B9B;
width : 160px;
height : 122px;
float: right;
}
#headertext {
height : 72px;
margin-right:160;
background: #767676;
color: black;
padding:10px 0px 0px 10px;
}
.button {
font-weight: bold;
margin-right:160;
height:30px;
padding:10px 0px 0px 10px;
background: #4B4B4B;
}
background: #9B9B9B;
width : 160px;
height : 122px;
float: right;
}
#headertext {
height : 72px;
margin-right:160;
background: #767676;
color: black;
padding:10px 0px 0px 10px;
}
.button {
font-weight: bold;
margin-right:160;
height:30px;
padding:10px 0px 0px 10px;
background: #4B4B4B;
}
Gewijzigd op 01/01/1970 01:00:00 door Hans Q
Er zijn nog geen reacties op dit bericht.