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

    un filmato in flash 100% 100% si adatta a tutte le risoluzione questo č giusto ma....

    ma.... se ho due filmati un una hompage suddivisa in frame mi da problemi questo č il codice....
    <frameset rows="73,*" frameborder="NO" border="0" framespacing="0">
    <frame name="topFrame" scrolling="NO" src="top.html" marginwidth="0" marginheight="0" frameborder="NO" bordercolor="#003366" >
    <frame name="mainFrame" src="under.html" marginwidth="0" marginheight="0" scrolling="AUTO" frameborder="NO" bordercolor="#003366">
    <frame name="bottomFrame" scrolling="NO" noresize src="Untitled-1.htm">
    </frameset>
    <noframes>
    i due filamati sono in questione top e under forse dovrei portare la <fremeset rows="100%,100%"> invece di <frameset rows="73,*"> perfavore aiutatemi....
    :quote

  2. #2
    Utente di HTML.it L'avatar di negatyve
    Registrato dal
    Feb 2001
    Messaggi
    9,479
    A parte che c'č un frame di troppo: rows="50%,50%"

  3. #3

    non ho capito................come si deve fare

    non ho capito................come si deve fare
    :quote

  4. #4
    Utente di HTML.it L'avatar di negatyve
    Registrato dal
    Feb 2001
    Messaggi
    9,479
    codice:
    <frameset rows="50%,50%" frameborder="NO" border="0" framespacing="0"> 
    <frame name="topFrame" scrolling="NO" src="top.html" marginwidth="0" marginheight="0" frameborder="NO" bordercolor="#003366" > 
    <frame name="mainFrame" src="under.html" marginwidth="0" marginheight="0" scrolling="AUTO" frameborder="NO" bordercolor="#003366"> 
    </frameset>

  5. #5
    ma si puā fare anche se i due filmati sono top piccolo e under grande
    :quote

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.