notes :

pop up every link at ur profile (including the navigations , control panel buttons , view all (friends , fans of , groups , comments ) [pop them up instead leaving ur page in a sleek way]

not compatible for ie (i think )
preview(use firefox): [url=http://friendster.com/darylldelfin3]xav's layout[/url] :rose: click every buttons at the control panel ..

usage :
create a file named [u]shadowbox.css[/u] with this content :
<">create another file named [u]shadowbox.js[/u] with this content :
<">lastly , edit and put these codes at the top of your js file :
[quote]if (window.ie){
}
else{
Asset.css('[color=#FF0000]URL_OF_UR_SHADOWBOX.CSS[/color]');
window.addEvent('domready', function() {
Asset.javascript('[color=#FF0000]URL_OF_UR_SHADOWBOX.JS[/color]');
});
window.onload = function(){
Shadowbox.init();
Shadowbox.setup(document.getElementById('flo_wrapper').getElementsByTagName('a'));
};
}[/quote]
if u dont want those steps , a ready to paste code can be found here : [url=http://darylldelfin.co.cc/?p=25]click![/url]
done .

credits :
mjjackson -
http://www.mjijackson.com/shadowbox/ [shadowbox.js]
mootools framework
simpleme for this post : [url=http://theftalk.com/t43592-Shadowbox-(Popup-Everything).html]post[/url]
Last edited by darylldelfin (2008-10-03 04:23:54)