Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 12
  1. #1

    Scroll bar colorata in un IFRAME…

    Qualcuno sa come fare per colorare la scroll barr di un <IFRAME> tramite calssi? E anche qualche altra cosuccia carina da applicare all’IFRAME…?
    Grazie a tutti…
    PS: se potete risp a grafica.web@email.it mi fate una grossa cortesia

  2. #2
    Questo style lo devi mettere nella pagina che vine caricata nell'IFRAME

    <style>
    BODY{
    scrollbar-base-color: #8080FF;
    }
    </style>

    Ovviamente puoi cambiare il colore

    Sayonara...

    kami del tempo / raccogli i miei ricordi / vola distante.

    Rinaldo - RexPlants
    RexPlants il forum delle piante che mangiano

  3. #3

    Non funziona...

    Non funziona...

  4. #4
    Ciò che ha scritto KAZE è giusto...questo però è più completo!

    <style>
    body{
    SCROLLBAR-FACE-COLOR:#F8F8F8;
    SCROLLBAR-HIGHLIGHT-COLOR:#F8F8F8;
    SCROLLBAR-SHADOW-COLOR:#666666;
    SCROLLBAR-3DLIGHT-COLOR:#666666;
    SCROLLBAR-ARROW-COLOR:#FF0000;
    SCROLLBAR-TRACK-COLOR:#F8F8F8;
    SCROLLBAR-DARKSHADOW-COLOR:#F8F8F8;
    }
    </style>

    Ovviamente devi inserire questo script prima della chiusura del tag head nella pagina in questione.


  5. #5

    Non funge

    Non funge ancora...

    Questa è la pag che l'IFRAME carica:


    home.htm

    <html>
    <head>
    <style>
    body{
    SCROLLBAR-FACE-COLOR:#F8F8F8;
    SCROLLBAR-HIGHLIGHT-COLOR:#F8F8F8;
    SCROLLBAR-SHADOW-COLOR:#666666;
    SCROLLBAR-3DLIGHT-COLOR:#666666;
    SCROLLBAR-ARROW-COLOR:#FF0000;
    SCROLLBAR-TRACK-COLOR:#F8F8F8;
    SCROLLBAR-DARKSHADOW-COLOR:#F8F8F8;
    }
    </style>
    </head>

    <body leftMargin=0 topMargin=0 rightMargin=0 marginwidth="0" marginheight="0">
    <center>





    <table width="420" height="100" border="1" bordercolor="#fe5019" cellspacing="0" cellpadding="0">
    <tr>
    <td width="50" rowspan="3" class="a_blu" >
    [img]polaroid/news/055b.jpg[/img]
    </td>
    <td class="a_blu" height="10">Ciao</td>
    </tr>
    <tr>
    <td class="a_blu">Link</td>
    </tr>
    <tr>
    <td class="a_blu" height="10">pag.55 ::: 12.October.2003 ::: l'archivista :::</td>
    </tr>
    </table>




    <table width="420" height="100" border="1" bordercolor="#fe5019" cellspacing="0" cellpadding="0">
    <tr>
    <td width="50" rowspan="3" class="a_blu" >
    [img]polaroid/news/055b.jpg[/img]
    </td>
    <td class="a_blu" height="10">Ciao</td>
    </tr>
    <tr>
    <td class="a_blu">Link</td>
    </tr>
    <tr>
    <td class="a_blu" height="10">pag.55 ::: 12.October.2003 ::: l'archivista :::</td>
    </tr>
    </table>




    <table width="420" height="100" border="1" bordercolor="#fe5019" cellspacing="0" cellpadding="0">
    <tr>
    <td width="50" rowspan="3" class="a_blu" >
    [img]polaroid/news/055b.jpg[/img]
    </td>
    <td class="a_blu" height="10">Ciao</td>
    </tr>
    <tr>
    <td class="a_blu">Link</td>
    </tr>
    <tr>
    <td class="a_blu" height="10">pag.55 ::: 12.October.2003 ::: l'archivista :::</td>
    </tr>
    </table>



    <table width="420" height="100" border="1" bordercolor="#fe5019" cellspacing="0" cellpadding="0">
    <tr>
    <td width="50" rowspan="3" class="a_blu" >
    [img]polaroid/news/055b.jpg[/img]
    </td>
    <td class="a_blu" height="10">Ciao</td>
    </tr>
    <tr>
    <td class="a_blu">Link</td>
    </tr>
    <tr>
    <td class="a_blu" height="10">pag.55 ::: 12.October.2003 ::: l'archivista :::</td>
    </tr>
    </table>




    </center>
    </body>
    </html>

    Questo invece è il codice che carica l’IFRAME:
    <iframe src="home.htm" frameborder="0" height="305" width="500" scrolling="auto" name="pippo">
    [
    Il vostro interprete non supporta i frame o è attualmente configurato per non visualizzarli. Tuttavia, potete visitare
    il relativo documento.
    ]
    </iframe>

  6. #6
    Ho copiato il tuo codice in una pagina nuova e devo dire che tutto funziona correttamente!

    Hai provato a visualizzarla con IE?
    Con netscape ti avviso già che non va....

  7. #7

    Uso IE

    Uso IE versione 5.00 ma non funge... BHOOOOOOO

  8. #8
    Aaaaaargh :di56: certo che non funge funziona solo da IE 5.5 in su :quote:
    Sayonara...

    kami del tempo / raccogli i miei ricordi / vola distante.

    Rinaldo - RexPlants
    RexPlants il forum delle piante che mangiano

  9. #9

    riecchime

    Infatti ho installato explore 6.1 e ora va che è una meraviglia… Grazie….
    AH,,, un'altra cosa… come si fa un testo scorrevole verticale che quandi passi sui link si ferma?

  10. #10
    se vai su gazzetta.it c'è un esempio nelle news...ma sono interessato anch'io...lo posso fare in una pagina html?
    grazie

    AI

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.