Liebe Freunde,
ich komme einfach nicht weiter.
Ich möchte innerhalb einer Facebook-Page eine Reiter erstellen mit folgenden Inhalt, wobei der Trailer selbst hier noch nicht integriert ist.
Ich würde mich schon freuen, wenn ich erstmal das Hintergrundbild angezeigt bekomme.
Kann mir jemand sagen, was ich falsch mache?
Ich möchte im Grunde genommen das Plakat als Hintergrundbild haben und darüber einen Trailer einbinden, der eine bestimmte Position haben soll.
Danke im voraus.
HTML
<style type="text/css">
#pagewidth {
width:100%;
text-align:left;
margin-left:auto;
margin-right:auto;
}
#plakat {
background-image: url(http://sphotos.ak.fbcdn.net/hphotos-ak-ash2/hs600.ash2/155247_125729350824054_125728587490797_173670_3179392_n.jpg);
width: 509px;
height: 720px;
float:right;
position:absolute;
background-repeat: no-repeat;
}
#trailer {
width:500px;
height:290px;
position:absolute;
margin-left:5px;
margin-top:295px;
}
</style>
<div id="pagewidth" >
<div id="plakat">
<div id="trailer">
</div>
</div>
Alles anzeigen
Hier auch mal der Embed-Code um den Youtube-Trailer einzubinden: