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

    Far Visualizzare su Mozilla e non su Explorer

    Ciao a tutti,
    come mai non mi funziona?

    codice:
    <!--[if eq Gecko]>
    <table cellpadding="0" cellspacing="0">
    	<tr>
    		<td height="19px"></td>
    	</tr>
    </table>
    <![endif]-->
    E' solo per i CSS?

    Fatemi sapere.
    Grazie mille

  2. #2
    Utente bannato
    Registrato dal
    Sep 2009
    Messaggi
    1,737
    codice:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Documento senza titolo</title>
    <!--[if IE]>
    <style type="text/css">
    
    #si-no {
    	visibility: hidden;
    }
    </style>
    <![endif]-->
    </head>
    
    <body>
    
    <table cellpadding="0" cellspacing="0" id="si-no">
    	<tr>
    		<td height="19px">Qui i contenuti</td>
    	</tr>
    </table>
    
    </body>
    </html

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.