Hallo
Unten, im css-Teil:
body
{
color:black;
background-color:white;
}
#Bildbereich
{
position:absolute;
left:10px;
top:140px;
padding:0;
//Hier Die Werte verändern
clip:rect(0 300px 225px 0);
//Hier Die Werte verändern
~~~css
visibility:show;
}
#Navigationsbereich
{
position:absolute;
left:320px;
top:140px;
width:100px;
font-size:24px;
}
</style>
tschüs
--
cogito ergo akro