/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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; }
URL: http://codamaniacs.com/html-xhtml/ajouter-background-flash-page-html.html