N’abend allerseites,
Mich plagt seit ca. 3 Stunden folgendes Problem.
Wie bekomme ich die Vignette, welche in der index.htm ja schon gut funktioniert, auch in die Portfolio.htm hinein?
Hab schon z-index o.ä. ausprobiert, das will aber einfach nicht klappen:cry:
Hier der link
und hier die css:
[CODE]html, body
{
text-align: center;
background-image: url(bilder/bg.gif);
background-repeat: repeat;
margin:0px;
padding:0px;
}
.logo{
width:573px;
height:73px;
border: none;
}
#menu ul li{
list-style: none;
display: inline;
}
#menu{
word-spacing: 50px;
height:11px;
position:absolute;
left:3%
}
#menubild{
height:11px;
width: auto;
}
#noborder{
border: none;
height:73px;
width:573px;
}
#border{
border: none;
width:573px;
height:150px;
position:absolute;
top: 50%;
left: 50%;
margin-left:-286px;
margin-top:-50px;
z-index:2
}
#border2{
border: none;
width:573px;
height:150px;
position:absolute;
left:50%;
margin-left:-286px;
top:3%;
}
#iframe{
border: none;
width:1080px;
height:640px;
margin-top:10%;
z-index:2;
}
#obenlinks{
position: absolute;
left: 0;
top: 0;
width:600px;
height:600px;
}
#obenrechts{
position: absolute;
right: 0px;
top: 0px;
width:600px;
height:600px;
}
#untenrechts{
position: absolute;
right: 0px;
bottom: 0px;
width:600px;
height:600px;
}
#untenlinks{
position: absolute;
left: 0px;
bottom: 0px;
width:600px;
height:600px;
}
[/CODE]
Vielleicht kann mir ja einer helfen, bevor ich mein nichtswissendes Leben beende:cry::mrgreen:
LG lukas