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

    Su IE non si vede nulla!

    Ciao!

    Sentite... ho un problema per un sito... in poch parole: su IE non si vede nulla! Solo lo sfondo del Body... Se si va a vedere il source però il PHP funziona... probabilmente dipende dal CSS però non riesco a capire cosa...

    Se volete il link: http://portalesapere.altervista.org

    Very Thanks!

    Ciauz!

  2. #2
    ho fatto validare la tua home page dal mio CSE HTML Validator Pro 8, davvero portentoso..ed ho avuto questi risultati:

    An "html" section was found but it did not contain a "frameset" or "body" section. One of these sections should be included.

    The "html" tag must have an end tag (</html>) but the end tag was not found. In XHTML, all elements not declared as empty (like "b", "p", "span", etc.) must have an end tag. Elements declared as empty (like "br", "img", "input", etc.) can have an end tag or can use the empty element shorthand.

    The "head" tag must have an end tag (</head>) but the end tag was not found. In XHTML, all elements not declared as empty (like "b", "p", "span", etc.) must have an end tag. Elements declared as empty (like "br", "img", "input", etc.) can have an end tag or can use the empty element shorthand.

    The "script" tag should be closed by using an end tag (like </script>). It should not be closed by adding a slash to the end of the tag (<script ... /> is not recommended). Note that this may be technically valid according to XML parsers and validators but it may not be technically valid according to the XHTML specification because all elements that are not declared as EMPTY must have an end tag. In any case, it is highly recommended that you use an end tag for backward compatibility. Even newer browser such as Internet Explorer 6.0 may have problems displaying your page correctly if you do not use a separate end tag.

    For backward compatibility with HTML, use a space character before the '/' character.

    penso che la colpa sia della riga nel tag HEAD quella

    <script language="JavaScript" src="smenu.js" type="text/javascript"/>

    che come dice sopra uno deik messaggi deve avere il tag di chiusura, quindi


    <script language="JavaScript" src="smenu.js" type="text/javascript"></script>

    Forse il problema era che Explorer "pensa" che quello che c'era dopo il tag SCRIPT era tutto uno script javascript!! senza trovare la fine della pagina

  3. #3
    Adesso funzia Vedi... Scorpion69 ?

  4. #4
    Graaande! Risolto! Anche se non mi ricordavo di aver chiuso il TAG script semplicemente con <... />.

    Very Very Thanks!


  5. #5
    eh eh..certo che qui si vede una fra le tante diversità fra explorer e firefox..firefox accetta come valido il tag script con />, explorer no, deve per forza avere il tag di chisura </script> !!!

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 © 2026 vBulletin Solutions, Inc. All rights reserved.