28173 sujets

CSS et mise en forme, CSS3

Bonjour,

J'utilise Flvplayer sur mon site, afin de lire une video en FLV.
Le problème qui se pose est que lorsque je veux cliquer sur les boutons de contrôle sur FFx, je n'accède pas, comme si il y avait quelque chose devant...
J'ai ouvert ma page sur Dreamweaver, et apparemment j'ai mon bloc de contenu devant.
Je précise que sous IE ça marche sans problème.
Pourtant il n'y a aucun z-index ..., je conprends pas.

http://devsrv.europa-organisation.com/2007/gastronomie/

#main_content {
	width: 850px;
	overflow: auto;
	position: absolute;
	top: 290px;
	background: White;
}

#left {
	width: 170px;
	margin-top: 15px;
	height: inherit;
	float: left;
}

html>body #left {
	background: Gray;		
	width: 170px;
}

#right {
	width: 680px;
	float: left;
	margin-right: 0px;
	height: auto;
	background-image: url(../images/texture_content.png);
	background-repeat: repeat-y;
}

#right_top {
	background-image: url(../images/top_content.png);
	background-repeat: no-repeat;
	height: 15px;
}

#right_content {
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 772px;
}

html>body #right_content {
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 772px; 
	height: auto;
}

#content{
	padding:20px;
}


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" type="application/x-shockwave-flash" data="files/media/flvvideoplayer.swf?autostart=false&file=rig_2006.flv" width="300" height="250" hspace="10" vspace="10" align="right" wmode="transparent">
  <param name="movie" value="files/media/flvvideoplayer.swf?autostart=false&amp;file=rig_2006.flv" />
  <param name="wmode" value="transparent" />
  <embed src="files/media/flvvideoplayer.swf?autostart=false&amp;file=rig_2006.flv" width="300" height="250" hspace="10" vspace="10" align="right" wmode="transparent"></embed>
</object>


Merci Smiley lol
t'as essayé de mettre des z-index justement ? lol
genre ton flash avec un z-index + grand que ton contenu Smiley cligne
++
Oui, mais le problème est que j'utilises une gallerie de type lightbox, qui créé une suripression 'style pub', pour afficher le diaporama.
A partir ou mon animation à un paramètre wmode, elle est obligatoirement en arrire plan, et ca je ne sais pas pourquoi.