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

    Barre inutili in explorer

    http://www.stanza237.com/farm/
    Provate ad aprire qusta pagina con Explorer: si inventa una barra di scorrimento orizzontale nel frame centrale che non serve a niente (infatti negli altri browser non viene fuori...)
    Chi mi spiega perchč e come fare ad evitarla?

  2. #2

  3. #3
    Mah non mi intendo di frame, ma praticamente nella pagina non c'č codice!

  4. #4
    Amministratore L'avatar di Vincent.Zeno
    Registrato dal
    May 2003
    residenza
    Emilia-Romagna (tortellini und cappelletti land!)
    Messaggi
    20,783
    Dovresti riguardare tutto il codice dela pagina.....
    questo mica va bene...
    codice:
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Documento senza titolo</title>
    </head>
    
    <frameset rows="80,*,80" frameborder="NO" border="0" framespacing="0">
      <frame src="UntitledFrame-2.htm" name="topFrame" scrolling="NO" noresize>
     	<frameset cols="80,*,80" frameborder="no" border="0" framespacing="0">
      	<frame src="UntitledFrame-4.htm" name="leftFrame" scrolling="NO" noresize>
    	<frame src="Untitled-2.htm" name="mainFrame">
      	<frame src="UntitledFrame-3.htm" name="rightFrame" scrolling="NO" noresize>
      	</frameset>
      <frame src="UntitledFrame-5.htm" name="bottomFrame" scrolling="NO" noresize>
    </frameset>
    <noframes><body>
    </body></noframes>
    </html>

  5. #5
    Originariamente inviato da Vincent.Zeno
    Dovresti riguardare tutto il codice dela pagina.....
    questo mica va bene...
    codice:
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Documento senza titolo</title>
    </head>
    
    <frameset rows="80,*,80" frameborder="NO" border="0" framespacing="0">
      <frame src="UntitledFrame-2.htm" name="topFrame" scrolling="NO" noresize>
     	<frameset cols="80,*,80" frameborder="no" border="0" framespacing="0">
      	<frame src="UntitledFrame-4.htm" name="leftFrame" scrolling="NO" noresize>
    	<frame src="Untitled-2.htm" name="mainFrame">
      	<frame src="UntitledFrame-3.htm" name="rightFrame" scrolling="NO" noresize>
      	</frameset>
      <frame src="UntitledFrame-5.htm" name="bottomFrame" scrolling="NO" noresize>
    </frameset>
    <noframes><body>
    </body></noframes>
    </html>
    perchč non va bene? cosa devo correggere?

  6. #6
    Amministratore L'avatar di Vincent.Zeno
    Registrato dal
    May 2003
    residenza
    Emilia-Romagna (tortellini und cappelletti land!)
    Messaggi
    20,783
    Questo funziona bene, prendi spunto
    codice:
     <html>
    
    <head>
    <title>Nuova pagina 1</title>
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    </head>
    
    <frameset rows="64,*,64">
      <frame name="superiore" scrolling="no" noresize target="sommario" src="Nuova_pagina_2.htm">
      <frameset cols="219,442,*">
        <frame name="sommario" target="principale" src="Nuova_pagina_3.htm" scrolling="no">
        <frame name="principale" src="Nuova_pagina_4.htm" scrolling="auto">
        <frame name="principale" src="Nuova_pagina_5.htm" target="sommario" scrolling="no">
      </frameset>
      <frame name="inferiore" scrolling="no" noresize target="sommario" src="Nuova_pagina_5.htm">
      <noframes>
      <body>
    
      
    
    La pagina corrente utilizza i frame. Questa caratteristica non č
      supportata dal browser in uso.</p>
    
      </body>
      </noframes>
    </frameset>
    
    </html>

  7. #7

  8. #8
    Utente di HTML.it
    Registrato dal
    Nov 2000
    Messaggi
    51
    <body>
    </body>
    non puoi mettere questo: non vanno inseriti i tag body nelle strutture a frameset

  9. #9
    Originariamente inviato da balocco
    non puoi mettere questo: non vanno inseriti i tag body nelle strutture a frameset
    dentro a noframes si....

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.