Vorrei sostituire l'immagine header dal mio sito e mettere un filmato swf qualcuno di voi sa dirmi come posso fare?
ho provato a modificare il file index.php con dreamweaver ma non ho ottenuto nessun risultato.
index.php
--------------------------------------
<div class="Header">
<div class="Header-jpeg"></div>
<div class="logo">
</div>
----------------------------------------------
mentre nel css
----------------------------------------
/* begin Header */
div.Header
{
margin: 0 auto;
position: relative;
z-index:0;
width: 760px;
height: 204px;
}
div.Header-jpeg
{
position: absolute;
z-index:-1;
top: 0;
left: 0;
width: 760px;
height: 204px;
background-image: url('../images/Header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
/* end Header */
--------------------------------------------
il mio sito è
http://www.asfodeli.comGrazie