[quote=andre666]mau tanya nih, bisa cek fsku bagian Testimonials and Comments for xxx ku gag?
ini fs ku
www.friendster.com/myandreku
spertinya batas garisnya kekecilan deh, gmana gedeinnya?[/quote]
coba ganti yang ini (di css nya) :
[spoiler].publiccomments div div .dtd ul {
color:#CCC;
overflow: hidden;
width: 440px;
-moz-opacity: 0.5;
opacity: 0.5;
border: 2px solid #FFF;
-moz-border-radius: 10px;
padding: 10px;
}
.publiccomments div div .dtd ul:hover{
-moz-opacity: 1;
border: 2px solid #FFF;
}
.publiccomments .title{
width:420px;
background:#444;
-moz-border-radius: 10px;
padding:10px;
}[/spoiler]
dengan yang ini :
[spoiler].publiccomments div div .dtd ul {
color:#CCC;
overflow: hidden;
width: 585px;
-moz-opacity: 0.5;
opacity: 0.5;
border: 2px solid #FFF;
-moz-border-radius: 10px;
padding: 10px;
}
.publiccomments div div .dtd ul:hover{
-moz-opacity: 1;
border: 2px solid #FFF;
}
.publiccomments .title{
width:568px;
background:#444;
-moz-border-radius: 10px;
padding:10px;
}[/spoiler]