[quote=chibuy]
[b]lost_soul[/b]
kan kalo FRIENDS THUMBNAILS da kode yang buat css'nya ...
nah yang tu saya minta ...
css saya ke hapus[/quote]
ini bro...
untuk css na
[quote]/* friend thumbnails */
.gallerycontainer{
position: relative;
width:auto;
height:190px;
margin-top:270px;
}
.thumbnail img{
border: none;
margin: 0 5px 5px 0;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border:none;
}
.thumbnail span{
position:absolute;
width:176px;
height:250px;
background-color:transparent;
padding: 5px;
border:2px solid #3EBF05;
-moz-border-radius:10px;
visibility:hidden;
color:#3EBF05;
font-weight:bold;
text-decoration:none;
}
.thumbnail span img{
border:none;
padding:2px;
}
.thumbnail:hover span{
visibility: visible;
top: -280px;
left: 140px;
z-index: 50;
}
.tingali{
border-top: 1px #3EBF05 outset;
border-left: 1px #3EBF05 outset;
border-right: 1px #3EBF05 outset;
border-bottom: 1px #3EBF05 outset;
background-color: #F5F204;
color: #3EBF05;
font-weight: bold;
margin: 3px;
padding: 0px 3px;
}
.tingali:hover{
background-color: #3EBF05;
color: #cccccc;
font-weight: bold;
margin: 3px;
padding: 0px 3px;
}
.shakeimage{
position:relative;
}[/quote]