Visualizzazione dei risultati da 1 a 8 su 8
  1. #1
    Utente di HTML.it
    Registrato dal
    Jan 2004
    Messaggi
    197

    Le scritte in basso nella finestra!

    Ragazzi avete presente la barra di internet explorer che sta proprio sopra dove c'č START??? In questo momento x esempio vedo operazione completata, č quella dove spunta Caricamento in corso della pagina etc etc etc
    Ecco io vorrei che nel mio sito, quando avvicino il mouse ad un link oppure clicco, voglio far spuntare sempre una sola frase e non che spunti il caricamento! In alcuni siti ho visto ke queste paroline si muovono etc etc....sapete dirmi come si fanno??? Grazie mille!!!
    ciao a tutti!

  2. #2
    Utente di HTML.it L'avatar di Francis87
    Registrato dal
    Jun 2003
    Messaggi
    5,970
    le gestisci in javascript

    es
    <body onLoad="window.status='ehilā';">
    Heaven's closed. Hell sold out.

    Linux 2.6.26-2-amd64
    Debian squeeze

  3. #3
    Utente di HTML.it
    Registrato dal
    Jan 2004
    Messaggi
    197
    Basta ke metto questo tra i tag <body> e ci scrive tutto?

  4. #4
    Utente di HTML.it L'avatar di Francis87
    Registrato dal
    Jun 2003
    Messaggi
    5,970
    no.
    aggiungi al tuo tag body questo:

    codice:
    onLoad="window.status='qua il tuo testo';"
    Heaven's closed. Hell sold out.

    Linux 2.6.26-2-amd64
    Debian squeeze

  5. #5
    Utente di HTML.it
    Registrato dal
    Jan 2004
    Messaggi
    197
    codice:
    <html>
    <head>
    <title>.::MIO SITO</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    
    <frameset rows="0,*" cols="*" framespacing="0" frameborder="NO" border="0">
      <frame src="top.htm" name="topFrame" scrolling="NO" noresize >
      <frame src="main.htm" name="mainFrame">
    </frameset>
    <noframes><body>
    <onLoad="window.status='.::MIO SITO::.';">
    </body></noframes>
    </html>

    DOVE SBAGLIO???

  6. #6
    Utente bannato
    Registrato dal
    Nov 2003
    Messaggi
    558
    Originariamente inviato da lupino82
    codice:
    <html>
    <head>
    <title>.::MIO SITO</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    
    <frameset rows="0,*" cols="*" framespacing="0" frameborder="NO" border="0">
      <frame src="top.htm" name="topFrame" scrolling="NO" noresize >
      <frame src="main.htm" name="mainFrame">
    </frameset>
    <noframes><body>
    <onLoad="window.status='.::MIO SITO::.';">
    </body></noframes>
    </html>

    DOVE SBAGLIO???
    No, onLoad="window.status='.::MIO SITO::.'; deve essere un attributo del tag <body>

  7. #7
    Utente di HTML.it
    Registrato dal
    Jan 2004
    Messaggi
    197
    funzionerebbe, ma purtroppo appena metto il mouse sopra un link, mi visualizza il link come mai???

  8. #8
    Utente di HTML.it L'avatar di Francis87
    Registrato dal
    Jun 2003
    Messaggi
    5,970
    metti sui link la parte in grassetto

    <a .. onMouseOver="return true">...</a>

    mi pare
    Heaven's closed. Hell sold out.

    Linux 2.6.26-2-amd64
    Debian squeeze

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.