Forum dei Forum
Benvenuto al forum di supporto di Forumattivo.

Per usufruire di tutto offerti dal nostro forum, effettua il login se sei già parte del forum, in caso contrario, iscriviti alla nostra comunità.




Crea un forum Come questo!
Creare un forum Gratis
creare un forum

Diventa fan di Forumattivo








Perdita di Password

Nota: usare questo modulo se avete perso l'accesso amministrativo.

Ultimi Avvisi ed aggiornamenti

Più !
Skin più popolari
Chi è in linea
In totale ci sono 63 utenti in linea :: 0 Registrato, 0 Nascosto e 63 Ospiti :: 2 Motori di ricerca

Nessuno

Il numero massimo degli utenti in linea è stato 397 il Gio 19 Mag 2011, 15:30
Ultimo utente registrato
Benvenuto a : Giak27
Gio 01 Gen 1970
Bookmarking sociale

  Bookmarking sociale Digg   Bookmarking sociale Delicious   Bookmarking sociale Reddit   Bookmarking sociale Stumbleupon   Bookmarking sociale Slashdot   Bookmarking sociale Furl   Bookmarking sociale Yahoo   Bookmarking sociale Google   Bookmarking sociale Blinklist   Bookmarking sociale Blogmarks   Bookmarking sociale Technorati 

Conserva e condividi l'indirizzo di Forum dei Forum sul tuo sito sociale bookmarking

Ingrandire immagini al passaggio del mouse

Vedere l'argomento precedente Vedere l'argomento seguente Andare in basso

Astuzia Ingrandire immagini al passaggio del mouse

Messaggio Da the crow il Sab 26 Nov 2011, 19:17

Ingrandire immagini al passaggio del mouse


I codici sono presi dalla rete io li ho solo divisi per gestirli meglio..se potete lasciate la fonte

>Dove inserirlo:Pannello > Visualizzazione > Immagini & colori > Colori > foglio di stile CSS


Codice css:
Codice:
/* http://www.dynamicdrive.com */
/* Se le immagini non sono il collegamento ad altre pagine lasciare i collegamenti come href="#nogo"> */

.ienlarger {
   float: left;
   clear: none; /* set to left or right if needed */
   padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
   padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a {
   display:block;
   text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
    position:relative;
}

.ienlarger span img {
   border: 1px solid #FFFFFF; /* adds a border around the image */
   margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
   position: absolute;
   display:none;
   color: #FFCC00; /* caption text colour */
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px; /* caption text size */
   background-color: #000000;
   font-weight: bold;
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 13px;
   padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span {
   display:block;
   top: 50px; /* means the pop-up's top is 50px away from thumb's top */
   left: 90px; /* means the pop-up's left is 90px far from the thumb's left */
   z-index: 100;
   
/*  Se si desidera che il pop-up aperta sopra il pollice, rimuovere il top: 50px; e aggiungere

bottom: 50px; Questo significherebbe in fondo alla finestra pop-up è 50px lontano dalla parte inferiore del pollice * /

/ * Add cursor: default; a questa regola per disabilitare il cursore mano solo per l'immagine grande*/
}

.resize_thumb {
   width: 150px; /* enter desired thumb width here */
   height : auto;
}


>Dove inserirlo : Dove volete (sostituire solo le immagini

Codice html:
Codice:
  <div class="ienlarger"><a href="http://www.dynamicdrive.com/"><img src="http://img406.imageshack.us/img406/4920/63734582.jpg" alt="thumb" class="resize_thumb" /><span>
    <img src="http://img406.imageshack.us/img406/4920/63734582.jpg" alt="large" /><br />
    Some text can go here.</span></a></div>

  <div class="ienlarger"><a href="http://www.google.co.uk/"><img src="http://img257.imageshack.us/img257/1926/92628379.jpg" alt="thumb" class="resize_thumb" /><span>
    <img src="http://img257.imageshack.us/img257/1926/92628379.jpg" alt="large" /><br />
    Some text can go here.</span></a></div>

  <div class="ienlarger"><a href="http://www.facebook.com/"><img src="http://img442.imageshack.us/img442/6325/87011940.jpg" alt="thumb" class="resize_thumb" /><span>
    <img src="http://img442.imageshack.us/img442/6325/87011940.jpg" alt="large" /><br />
    Some text can go here.</span></a></div>

  <div class="ienlarger"><a href="#nogo"><img src="http://img691.imageshack.us/img691/7360/89815502.jpg" alt="thumb" class="resize_thumb" /><span>
    <img src="http://img691.imageshack.us/img691/7360/89815502.jpg" alt="large" /><br />
    Some text can go here.</span></a></div>

   <br style="clear:left" />


fonte

Per domande o chiarimenti Gestire l'aspetto del forum


Tutoriale tradotto da :The crow
Copyrigth © FORUMATTIVO.COM

the crow
+ Iperattivo +

Sesso: Maschile

Età: 20

Messaggi: 8097

Localizzazione: Roma




http://ilgiornaledibordo.forumattivo.com/

Tornare in alto Andare in basso

Astuzia Spartano

Messaggio Da the crow il Sab 26 Nov 2011, 19:26

Ingrandire immagini al passaggio del mouse


>Dove inserirlo : Dove volete (inserite solo le immagini )

Codice html:
Codice:
<img src="URL IMMAGINE PICCOLA N1" onmouseover='this.src = "URL IMMAGINE GRANDE";' onmouseout="this.src='URL IMMAGINE PICCOLA N1';">


>Puoi trovare un'altro modo QUI

Per domande o chiarimenti Gestire l'aspetto del forum


Tutoriale di :The crow
Copyrigth © FORUMATTIVO.COM

the crow
+ Iperattivo +

Sesso: Maschile

Età: 20

Messaggi: 8097

Localizzazione: Roma




http://ilgiornaledibordo.forumattivo.com/

Tornare in alto Andare in basso

Vedere l'argomento precedente Vedere l'argomento seguente Tornare in alto


Permesso del forum:
Non puoi rispondere agli argomenti in questo forum