[quote=dj_afran]min/max box..??
CLICK HERE[/quote]
humm..
kyk'a bagus nih, btw, mw nnya nih..
kn kode yg d kopas bagian A yg ini:
[spoiler]/*
show/hide with effects using MooTools javascript frame work for Friendster Profile.
gumscumbag {
http://profiles.friendster.com/gumscumbag }
August, 13 2008
*/
window.addEvent('load', function() {
$$('#flo_wrapper').each(function(iCons) {
//base configuration { duration | transition }
//Main Column { controlpanel | photo gallery | reviews | blogs | more about | testimonial & comment | media box }
//controlpanel
var iSlide1 = new Fx.Slide(iCons.getElement('#content_0'), { duration: 3000, transition: Fx.Transitions.Bounce.easeInOut });
iCons.getElement('.controlpanel h1').addEvent('click', function() {iSlide1.toggle()});
//photo gallery
var iSlide2 = new Fx.Slide(iCons.getElement('#content_1'), { duration: 3000, transition: Fx.Transitions.Bounce.easeInOut });
iCons.getElement('.photos h2').addEvent('click', function() {iSlide2.toggle()});
//reviews
var iSlide3 = new Fx.Slide(iCons.getElement('#content_12'), { duration: 3000, transition: Fx.Transitions.Bounce.easeInOut });
iCons.getElement('.reviews h2').addEvent('click', function() {iSlide3.toggle()});
//blogs
var iSlide4 = new Fx.Slide(iCons.getElement('#content_13'), { duration: 3000, transition: Fx.Transitions.Bounce.easeInOut });
iCons.getElement('.blogs h2').addEvent('click', function() {iSlide4.toggle()});
//more about
var iSlide5 = new Fx.Slide(iCons.getElement('#content_6'), { duration: 3000, transition: Fx.Transitions.Bounce.easeInOut });
iCons.getElement('.moreabout h2').addEvent('click', function() {iSlide5.toggle()});
//testimonial & comment
var iSlide6 = new Fx.Slide(iCons.getElement('#content_18'), { duration: 3000, transition: Fx.Transitions.Bounce.easeInOut });
iCons.getElement('.publiccomments h2').addEvent('click', function() {iSlide6.toggle()});
//media box
var iSlide7 = new Fx.Slide(iCons.getElement('#content_10'), { duration: 3000, transition: Fx.Transitions.Bounce.easeInOut });
iCons.getElement('.scrapbook h2').addEvent('click', function() {iSlide7.toggle()});
//Right Column { friends | i'm fan of | user groups | addBox }
//friends
var iSlide8 = new Fx.Slide(iCons.getElement('#content_2'), { duration: 3000, transition: Fx.Transitions.Bounce.easeInOut });
iCons.getElement( '.friends h2' ).addEvent( 'click', function(){ iSlide8.toggle(); } );
// un-comment this if you have fan and user groups
//i'm fan of
var iSlide9 = new Fx.Slide(iCons.getElement('#content_7'), { duration: 3000, transition: Fx.Transitions.Bounce.easeInOut });
iCons.getElement( '.fanof h2' ).addEvent( 'click', function(){ iSlide9.toggle(); } );
//user groups
var iSlide10 = new Fx.Slide(iCons.getElement('#content_8'), { duration: 3000, transition: Fx.Transitions.Bounce.easeInOut });
iCons.getElement( '.groups h2' ).addEvent( 'click', function(){ iSlide10.toggle(); } );
//addBoxes Here { Take addBox header class and addBox content ID }
// letakan script addBox disini
//Customize { Hide Box at first load }
//Edit Jika kamu menginginkan tertutup atau terbuka
// for example hide testimonial & comments at first load
[b]iSlide6.hide();iSlide5.hide();[/b]
});
});[/spoiler]
tuh yg d bold klo mw dtmbah gmna tuh????
& klo kode bwt addboxes'a bgimna????