Hey , sinds kort had ik voor school een opdracht te maken.
Maar het probleem is juist nu dat ik er een youtube filmpje bij moest zetten.
op een of andere manier blijft deze uit de DIV staan waar hij eigenlijk in zou moeten zitten
Deze moet nu eigenlijk boven de "image" komen te staan.
HTML :
<div id="sidebar1"><img src="http://www.pctuts.be/images/inhoud3.jpg" width="1024" height="280" alt="inhoud1" />
<div id="youtubeclip">
<object width="492" height="250">
<param name="movie" value="http://www.youtube.com/v/YHn8unJK3KQ?version=3&hl=nl_NL"></param>
<param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/YHn8unJK3KQ?version=3&hl=nl_NL" type="application/x-shockwave-flash"
width="492" height="250" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</div>
</div>
CSS:
.thrColHybHdr #youtubeclip {
margin-top: -100;
margin-right: 0px;
margin-bottom: 0;
margin-left: 400px;
float: right;
position:absolute;
}
}
.thrColHybHdr #sidebar1 {
background: none;
width:1024px;
height:280px;
position:absolute;
}
Zou iemand me kunnen helpen zodat deze boven deze image komt testaan?
Mvgr,
Alexandre Luypaert
Maar het probleem is juist nu dat ik er een youtube filmpje bij moest zetten.
op een of andere manier blijft deze uit de DIV staan waar hij eigenlijk in zou moeten zitten
Deze moet nu eigenlijk boven de "image" komen te staan.
HTML :
<div id="sidebar1"><img src="http://www.pctuts.be/images/inhoud3.jpg" width="1024" height="280" alt="inhoud1" />
<div id="youtubeclip">
<object width="492" height="250">
<param name="movie" value="http://www.youtube.com/v/YHn8unJK3KQ?version=3&hl=nl_NL"></param>
<param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/YHn8unJK3KQ?version=3&hl=nl_NL" type="application/x-shockwave-flash"
width="492" height="250" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</div>
</div>
CSS:
.thrColHybHdr #youtubeclip {
margin-top: -100;
margin-right: 0px;
margin-bottom: 0;
margin-left: 400px;
float: right;
position:absolute;
}
}
.thrColHybHdr #sidebar1 {
background: none;
width:1024px;
height:280px;
position:absolute;
}
Zou iemand me kunnen helpen zodat deze boven deze image komt testaan?
Mvgr,
Alexandre Luypaert