
jemjemzz wrote:
sickofyou wrote:
how to hide a box? example mediabox?
its like this^^...
put this on ur external css ^^...
/* HIDDEN SCRAPBOOK */
.scrapbook {
display: none;
}
or
/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}
tnx to xavier ^^
after putting it in my external css (i use ripway) where should i paste it? in media box? and also, what code do i use? Ex: <style type= "text/css">@import url (MY CSS LINK) </style> but it doesn't work anymore. thanks! 
-Offline- |
what's an external css?
-Offline- |

wow thanks.. just in time. coz suddenly my hidden boxes showed up! 

-Offline- |

gen07 wrote:
jemjemzz wrote:
sickofyou wrote:
how to hide a box? example mediabox?
its like this^^...
put this on ur external css ^^...
/* HIDDEN SCRAPBOOK */
.scrapbook {
display: none;
}
or
/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}
tnx to xavier ^^after putting it in my external css (i use ripway) where should i paste it? in media box? and also, what code do i use? Ex: <style type= "text/css">@import url (MY CSS LINK) </style> but it doesn't work anymore. thanks!
r u using an advance profile^^...
the one that uses... a css or js linker ^^
/* HIDDEN SCRAPBOOK */
.scrapbook {
display: none;
}
/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}
put this between the css codes ^^
<style type= "text/css">@import url (MY CSS LINK) </style>
yup this codes aren't workin anymore^^

-Offline- |

friendskler wrote:
what's an external css?
external css it the profile that you made ^^....
do understand me i mean....
http://h1.ripway.com/whoever/cssprofile.css ------ this one ^^....

-Offline- |

it still works, just change the photos_1_2 into content_1 in there. just look for it.
like this, take note on the bold text:
//Photo Gallery Slide
var slodde = "<embed src=\"http://widget-e7.slide.com/widgets/slideticker.swf\" type=\"application/x-shockwave-flash\" quality=\"high\" scale=\"noscale\" salign=\"l\" wmode=\"transparent\" flashvars=\"cy=fr&il=1&channel=144115188087015628&site=widget-e7.slide.com\" style=\"width:100%;height:125px\" name=\"flashticker\" align=\"middle\"/><div style=\"width:100%;text-align:center;\"><a href=\"http://www.friendster.com/photos/33176480\" target=\"_top\"><b>View All Photo</a> | <a href=\"http://www.friendster.com/friendphotoupload.php?uid=33176480\" target=\"_top\">Upload Photo For Me</b></a></div>";
document.getElementById('content_1').style.height='100%';
document.getElementById('content_1').style.overflowY='hidden';
document.getElementById('content_1').innerHTML = "<table width='100%'><tr><td align='center'>"+slodde+"</td></tr></table>";
Last edited by sickofyou (2007-10-19 06:50:37)
-Offline- |
jemjemzz wrote:
gen07 wrote:
jemjemzz wrote:
its like this^^...
put this on ur external css ^^...
/* HIDDEN SCRAPBOOK */
.scrapbook {
display: none;
}
or
/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}
tnx to xavier ^^after putting it in my external css (i use ripway) where should i paste it? in media box? and also, what code do i use? Ex: <style type= "text/css">@import url (MY CSS LINK) </style> but it doesn't work anymore. thanks!
r u using an advance profile^^...
the one that uses... a css or js linker ^^
/* HIDDEN SCRAPBOOK */
.scrapbook {
display: none;
}
/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}
put this between the css codes ^^
<style type= "text/css">@import url (MY CSS LINK) </style>
yup this codes aren't workin anymore^^
advance profile? uhmmm i have external css in ripway. (no js linker)
if <style> doesnt work any more, what code works?
-Offline- |

-Offline- |

wow no problem angeli. thanks for the repu. 
-Offline- |

im getting tired of this update thing whew 


gen07 wrote:
jemjemzz wrote:
gen07 wrote:
after putting it in my external css (i use ripway) where should i paste it? in media box? and also, what code do i use? Ex: <style type= "text/css">@import url (MY CSS LINK) </style> but it doesn't work anymore. thanks!r u using an advance profile^^...
the one that uses... a css or js linker ^^
/* HIDDEN SCRAPBOOK */
.scrapbook {
display: none;
}
/*-- Hide Srapbook or media box --*/
#content_10 {display : none ! important;}
put this between the css codes ^^
<style type= "text/css">@import url (MY CSS LINK) </style>
yup this codes aren't workin anymore^^advance profile? uhmmm i have external css in ripway. (no js linker)
if <style> doesnt work any more, what code works?
if you trust me i will be the the one to attch it...
thats if u trust me ^^...

-Offline- |

how about the BG for the boxes like more about me, etc. . . ??
/* BOX: MORE ABOUT ME */
.moreabout {
border-width: ?px;
border-color: #HEX;
border-style: dashed;
background-color: transparent;
background-image: url(URL);
background-position: center;
background-repeat: repeat;
filter:alpha(opacity=60);
}is this code still working?. .
-Offline- |
jemjemzz wrote:
friendskler wrote:
what's an external css?
external css it the profile that you made ^^....
do understand me i mean....
http://h1.ripway.com/whoever/cssprofile.css ------ this one ^^....
i only use a premade friendster skin,
not so many tweaks in my page,
i'll study abt that css thingy,
tnx nwei
-Offline- |


im using this code for the testi and comments.. but it doesn't work now how can i fixed.. or i have to say it still work or not??
if ( ! attachOnLoadHandler(function () { rComm();})) window.onload = function () { rComm();};
function rComm() {
CHOOSECOMM.init();
}
if (typeof CHOOSECOMM == "undefined") { CHOOSECOMM = {}; }
CHOOSECOMM = {
comm: null,
elements: {
mainid: document.getElementById("content_publiccomments_1_7"),
maintag: "DIV",
mainclass: "fitem1wrapper"
},
init: function() {
this.comm = this.getElementsByClassName(this.elements.mainid,this.elements.maintag,this.elements.mainclass);
for(var x=1; x<this.comm.length;x++) {
if(this.comm[x].innerHTML) {
this.comm[x].parentNode.removeChild(this.comm[x]);
}
}
},
getElementsByClassName: function(oElm, strTagName, strClassName) {
var arrElements = (strTagName == "*" && oElm.all)? oElm.all : oElm.getElementsByTagName(strTagName);
var arrReturnElements = new Array();
strClassName = strClassName.replace(/\-/g, "\\-");
var oRegExp = new RegExp("(^|\\s)" + strClassName + "(\\s|$)");
var oElement;
for(var i=0; i<arrElements.length; i++) {
oElement = arrElements[i];
if(oRegExp.test(oElement.className)) {
arrReturnElements.push(oElement);
}
}
return (arrReturnElements);
}
};-Offline- |