Return to Snippet

Revision: 32777
at October 2, 2010 04:13 by codamani


Updated Code
HTML :
<div id="container">
<div id="background">
   Here you are invited to add the swf embed details
</div>

<div id="content">
  Here you can add the html content
</div>
</div>
=======================
CSS:
#container{
height: 400px;
width: 500px;
position: relative;
}
#background{
z-index: 1;
position: absolute;
}
#content{
z-index: 2;
position: relative;
}

Revision: 32776
at October 2, 2010 04:13 by codamani


Updated Code
HHTML :
<div id="container">
<div id="background">
   Here you are invited to add the swf embed details
</div>

<div id="content">
  Here you can add the html content
</div>
</div>
=======================
CSS:
#container{
height: 400px;
width: 500px;
position: relative;
}
#background{
z-index: 1;
position: absolute;
}
#content{
z-index: 2;
position: relative;
}

Revision: 32775
at October 2, 2010 04:13 by codamani


Updated Code
HHTML :
<div id="container">
<div id="background">
   Here you are invited to add the swf embed detailsswf embed
</div>

<div id="content">
  Here you can add the html content
</div>
</div>
=======================
CSS:
#container{
height: 400px;
width: 500px;
position: relative;
}
#background{
z-index: 1;
position: absolute;
}
#content{
z-index: 2;
position: relative;
}

Revision: 32774
at October 2, 2010 04:07 by codamani


Initial Code
HHTML :
<div id="container">
<div id="background">
   Ajouter ici les détails du swf embed
</div>

<div id="content">
  Ajouter ici le contenu HTML
</div>
</div>
=======================
CSS:
#container{
height: 400px;
width: 500px;
position: relative;
}
#background{
z-index: 1;
position: absolute;
}
#content{
z-index: 2;
position: relative;
}

Initial URL
http://codamaniacs.com/html-xhtml/ajouter-background-flash-page-html.html

Initial Description


Initial Title
Add flash background to a web page

Initial Tags
css, flash, background

Initial Language
CSS