Mindre problem med div tag
Hejnår jeg resizer browser vinduet bliver det store logo ikke stående i midter rammen ligesom de to citater. Kan nogle se hvad jeg gør forkert. Se: http://www.skanvision.com/index.html
#ydreramme {
background-color:#EDEBD6;
font-size:14px;
width:750px;
border-color: #878e94;
height:1230px;
padding-top:30px;
margin-top:15px;
text-align:center;
position:inherit;
left:auto;
}
#indhold {
padding-top:15px;
background-color:#fff;
width:720px;
height:1200px;
position:inherit;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
/*margin: 0 auto; Denne centrere p samme mde som ovenstende */
} #citat{
float:left;
padding-left:10px;
height:170px;
margin-bottom:0px;
margin-left:0px;
margin-top:0px;
width:170px;
color:#EDEBD5;
}
#citat2{
float:right;
padding-right:20px;
height:170px;
margin-bottom:0px;
margin-left:0px;
margin-top:225px;
width:150px;
color:#EDEBD5;
}
#logo-stor{
position:absolute;
width:288px;
height:175px;
top: 278px;
left: 489px;
}
