[quote=cqooo]coba Bro nopz...
yg Bwat kan CSSx[/quote]
perasaan dah dijawab di PM deh ..
coba yang ini :
[spoiler]#viewerphoto img {
height: 100px;
width: 100px;
border: 2px #97B6CA solid;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-border-radius: 10px;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
#viewerphoto a:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-border-radius: 10px;
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}
/* VISITOR PHOTO ONSIDEBAR */
#viewerphoto img {
width: 80px;
height: 80px;
padding-left:10px;
border: 2px;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;}
#viewerphoto a:hover img {
filter:alpha(opacity=80);
-moz-opacity: 1.0;
opacity: 1.0;
}
#viewerphoto h2 img {
width: 200px;
height: 30px;
padding:0px;
border: none;
}[/spoiler]
ganti ama yang ini :
[spoiler]/* VISITOR PHOTO ONSIDEBAR */
#content_viewerphoto img {
width: 80px;
height: 80px;
padding-left:10px;
border: 2px;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;}
#content_viewerphoto a:hover img {
filter:alpha(opacity=80);
-moz-opacity: 1.0;
opacity: 1.0;
}
#viewerphoto h2 img {
padding:0px;
border: none;
}[/spoiler]
Last edited by nopathz (2008-08-11 16:25:32)