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!
#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;
}
alvast bedankt!
voorbeeld:
headertext logo
button logo
veraddert:
#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;
}