Grande ale, questo trucco è fantastico....non ne sapevo minimante l'esistenza...
con questo codice l'immagine appare infatti trasparente...molto gustoso l'effetto
codice:
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE>Real News!!</TITLE>
<!--[if gte IE 5.5000]>
<script type="text/javascript" src="pngfix.js"></script>
<![endif]-->
</HEAD>
<BODY background=images/WALL.jpg>
<table border=0 width=80% >
<tr>
<td >
[img]images/sfondo.png[/img]
</td>
</tr>
</table>
</BODY>
</HTML>
con quest'altro codice ho provato a sfruttare l'immagine come sfondo di una tabella...solo che qui l'immagine non mi viene trasparente!!!
Ovviamente a me serviva come sfondo....
codice:
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE>Real News!!</TITLE>
<!--[if gte IE 5.5000]>
<script type="text/javascript" src="pngfix.js"></script>
<![endif]-->
</HEAD>
<BODY background=images/WALL.jpg>
<table border=0 width=80% background=images/sfondo.png>
<tr>
<td >
Prova Ste
</td>
</tr>
</table>
</BODY>
</HTML>
Consigli?
Ciao