 |
Flitig postare
|
|
Reg.datum: Apr 2004
Inlägg: 363
|
|
Flitig postare
Reg.datum: Apr 2004
Inlägg: 363
|
Testa detta:
-------------------------------------
#wrap {
margin-top: 10px;
margin-bottom: 10px;
margin-right:auto;
margin-left:auto;
clear : both;
width : 750px; /*i.e.: 750px - 20px padding = 730px;*/
border : solid #dddddd 1px;
background : #fff url(../images/left.gif);
background-repeat : no-repeat;
background-position: 15px 230px;
padding : 10px;
text-align : left;
height : 100%;
}
#topimage {
float : right;
height : 196px;
width: 252px;
margin: 0;
background : #fff;
clear : both;
}
|