You are viewing a post by Refresh/Reload. View all 126 posts in [quote]the trick still works... but due to some friendster module updates your addbox function must be replaced by an updated newBox. see some post by JacktheRipper... (use [b]Search[/b] nav above)[/q.
[b]now this is the hard part.... the css...
coz it's css is connected on all ur sidebox settings...[/b]
[b]put in your main css files[/b]
[quote]#frbox {
width:300px ! Important;
background-color: transparent;
background-image:url(URL OF IMAGE/BKGD);
background-attachment: scrollable;
background-repeat: repeat;
background-position: center center;
border: 1px solid #444444;
}
#content_frbox {
width: 298px;
}
#fcontainer * {
padding: 0px;
margin: 0px;
font-family: Arial;
font-size: 9px;
font-weight: normal;
}
.thumbnaildelete {
display: none;
}
#fcontainer {
text-align: center;
height: 300px;
width: 300px;
}
#fcontainer .flogriditem {
width: [b]80px;[/b]
overflow: hidden;
padding-left: 0px; padding-right:0px; padding-top:1px; padding-bottom:1px;
margin:[b]4px 6px 2px 12px;[/b]
height: 150px;
}
.inlinelt {
position: relative;
left: -2px;
top: 1px;
}
.flo50 .ic .imgblock a img {
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
height: [b]78px;[/b]
}
.flo50 .ic .imgblock {
height: [b]78px;[/b]
width: [b]78px;[/b]
overflow: hidden;
background-image:url(URL OF IMAGE/BKGD);
background-position:center center;
background-attachment: scrollable;
background-repeat: repeat;
background-color:transparent;
border: 1px solid #444444;
text-align: center;
}[/quote]
all those [b]bold[/b] parts must be edited carefully if it
didn't match your default css measurements on ur profile...
the rest.. background,color,border,etc... just edit at ur liking..
if you have patience.. you can make them looks almost the same
whether in IE or FF... not just this code... but all your css...
if you're going to put it below ur friends box and want to align it..
you might wanna change your default on your friends photo too...
see my profile for that...
edit this parts...
[quote].friends .ir {
background-image:url(URL OF IMAGE/BKGD);
background-position:center center;
background-attachment: fixed;
background-repeat: repeat;
background-color:#000000;
border: 1px solid #444444;
}
.flogrid75 .flogriditem {
width: 78px;
}
.flogrid75 .ir {
width: 78px;
height: 76px;
}
.friends img {
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}
.commonbox .dr {
font-family: Arial;
color: #ff0033;
text-transform: Capitalize;
background-color: transparent;
background-image: url(URL OF IMAGE/BKGD);
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
border: 2px solid #444444;
text-align:center;
}
.dr {
text-align: center;
background: transparent;
padding: 3px 0;
width: 78px;
white-space: nowrap;
}[/quote]
edit the sizes to match your Friends Randomizer Box
//if you want your friends box with a fix measurement
and without a viewall
[quote].friends {
background-color: transparent;
background-image:url();
background-attachment: fixed;
background-repeat: repeat;
background-position: center center;
border: 1px solid #444444;
height: 300px ! Important;
}
.friends .viewall {display: none;}[/quote]
that's all folks... have patience...
Last edited by Refresh/Reload (2009-07-08 04:50:30)