respektive tebe zajimaji tyto casti ze zdroje:
#holder {
position: absolute;
width: 100%;
height: 100%;
min-width: 600px;
min-height: 400px;
}
#supplemental {
width: 600px;
height: 400px;
visibility: hidden;
}
#content {
position: absolute;
left: 50%;
top: 50%;
width: 600px;
height: 400px;
margin: -200px 0 0 -300px;
border: 1px solid #000000;
text-align: left;
} |