Re: [align=justify][b]bagi member yang ingin bertanya seputar tweaking FS,
silahkan bertanya dan posting disini,
tapi jangan lupa,,sebelum itu tolong [url=http://theftalk.com/t2744-%5BImportant%5D-
[quote=ami_muse_newborn]ko di fs aq kata2 di tooltips comment nya gga keluar ya.....[/quote]
yg ini apus di CSSnya...
[spoiler]/*tampilan tooltips versi 1*/
.publiccomments div div .dtd ul {
color:#ffffff;
overflow: hidden;
width: 440px;
height: 50px;
border: 1px solid #0000cc;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5; opacity: 0.5; border: 1px solid #00cccc;
-moz-border-radius: 6px;
padding: 6px;
}
.publiccomments div div .dtd ul:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1; height: 100%; min-height: 100px;
border: 1px solid #996600;
}
.publiccomments .title{
width:420px;
background:#00000;
-moz-border-radius: 6px;
padding:6px;
}
/*tooltips versi 2*/
.publiccomments div div .dtd ul {
color:#ffffff;
overflow: hidden;
width: 440px;
-moz-opacity: 0.5;
opacity: 0.5;
border: 2px solid #ffffff;
-moz-border-radius: 6px;
padding: 6px;
}
.publiccomments div div .dtd ul:hover{
-moz-opacity: 1;
border: 2px solid #ff0000;
}
.publiccomments .title{
width:420px;
background:#424d61;
-moz-border-radius: 6px;
padding:6px;
}
.title a {
color:#ff0000 !important;
background:url(http://h1.ripway.com/Jhon2/lucyfer01/movingsilver.gif)
no-repeat center left;
padding: 0 0 0 25px;
}
.title a:hover {
color:#ffffff !important;
}[/spoiler]
ganti sama ini ...
[spoiler]/* accord comments */
.headkom{
cursor: hand;
cursor: pointer;
padding: 2px 5px;
background: #444;
-moz-border-radius: 10px;
border:2px solid #444;
}
.openkom{
background: #666;
border:2px solid #666;
}
.datakom{
padding:10px;
margin:10px;
border:2px solid;
-moz-border-radius: 10px;
}
#tglkom{color:#ccc}
.publiccomments div div .dtd ul {
overflow: hidden;
-moz-border-radius: 10px;
}
.publiccomments .fitem1wrapper {
padding:0px;
background:transparent
}
.publiccomments .title{
width:480px;
text-align:right;
}
.publiccomments .title a {
color:#CCCCCC !important;
padding: 0 0 0 25px;
float:left;
}[/spoiler]