Codice per Staff

« Older   Newer »
  Share  
view post Posted on 17/5/2012, 17:11     +1   -1
Avatar

Juubi

Group:
Member
Posts:
7,429
Punti:
+2
Location:
Da qualche parte nel mondo.

Status:


-HTML

CODICE
<ul id="bubblemenu">
<li>
<a href="LINK PROFILO"><img src="LINKIMMAGINE" class="imageborder" height="Numero Altezza px" width="Numero Larghezza px"> </a>
<div>
Nome Utente<br>
Ruolo
</div>
</li>



-CSS

/* Bubble Coda Style */
#bubblemenu img {width: Numero Larghezzapx; height: Numero Altezzapx; margin-bottom: 8px}
.imageborder {box-shadow: 1px 1px 5px #000}
#bubblemenu li {display: inline; cursor:pointer; position: relative}
#bubblemenu li > div {width: 86px; min-height: 22px; position: absolute; display: inline; left: -5px; padding: 5px; visibility:hidden; opacity: 0; top: -30px; background: #2B2B2B; font-size: 1em; color: #FFF; text-align: center; border-bottom: 1px solid #7C7C7C; z-inde: 9;
/* Settaggio border-radius */
border-radius: 4px;
/* Settaggio box-shadow */
filter: progid:dximagetransform.microsoft.shadow(color='#272229', Direction=135, Strength=3)
/* Settaggio transition property */
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out}
#bubblemenu li:hover > div {visibility:visible; opacity: 1; margin-top: -40px;
/* Settaggio transition property */
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out}




Basta cambiare i numeri in HTML e CSS.
 
Top
"Proxy"
view post Posted on 17/5/2012, 17:20     +1   -1




Fico se dopo ci sei la completiamo insieme la tabella slide cosi da metterla subito
 
Top
view post Posted on 17/5/2012, 17:28     +1   -1
Avatar

Juubi

Group:
Member
Posts:
7,429
Punti:
+2
Location:
Da qualche parte nel mondo.

Status:


ok
 
Top
2 replies since 17/5/2012, 17:11   62 views
  Share