Visualizzazione dei risultati da 1 a 4 su 4
  1. #1

    immagine trasparente su web.....

    Ho una pagina html con uno sfonjdo di um certo colore...
    Ho costruito una tabella cui volevo dare uno sfondo blu trasparente....
    Ho provato a creare con photoshop(sono moooolto amatoriale) una .gif con opacity al 50% 1px*1px ma quando poi visualizzo la tabella mi da sempre il colore compatto.... VVoVe:

    Qlc mi può dare una dritta su come si fa?

    Grazie


    p.s.
    aggiungo il link al mio sito per farvi capire meglio----la tabella interessata è quella su cui appaiono i messagi del muro

    ciao
    if u are junior then Hallo!!!
    if u are senior then Cool!!!
    if u are a lady then Hi baby!!!

    http://www.solamentegratis.it

  2. #2
    Per mantenere l'opacità, dovresti salvarti l'immagine in "PNG 24". Solo che poi IE per PC non la visualizza. E allora devi ricorrere a un barbatrucco che sta nelle FAQ.

    cià
    ale
    If you can keep your head when all about you are losing theirs,
    it's just possible you haven't grasped the situation.

  3. #3
    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
    if u are junior then Hallo!!!
    if u are senior then Cool!!!
    if u are a lady then Hi baby!!!

    http://www.solamentegratis.it

  4. #4
    Ho appena pubblicato qui una specie di riassunto del thread che stava nelle FAQ.
    Se segui tutti i passaggi comesideve non dovresti avere problemi.

    cià
    ale
    If you can keep your head when all about you are losing theirs,
    it's just possible you haven't grasped the situation.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.