SBL GRAPHICS DESIGNZ
You need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Hoping you'll be an active member
Regards: sbl graphics Team
BOX REPOSITIONING 358e34g
SBL GRAPHICS DESIGNZ
You need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Hoping you'll be an active member
Regards: sbl graphics Team
BOX REPOSITIONING 358e34g
SBL GRAPHICS DESIGNZ
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SBL GRAPHICS DESIGNZ

Solid bloodline-Grapics designz
 
HomePortalSBL LAYOUTSGalleryLatest imagesSearchRegisterLog in
BOX REPOSITIONING 5b1ow1BOX REPOSITIONING Fz45e9BOX REPOSITIONING 21mzprqBOX REPOSITIONING 2568eowBOX REPOSITIONING 1072gqrBOX REPOSITIONING 29yr3f7BOX REPOSITIONING 11rbvpeBOX REPOSITIONING J5gf2bBOX REPOSITIONING 28248s0BOX REPOSITIONING Efgh7lBOX REPOSITIONING 5b1ow1BOX REPOSITIONING Fz45e9BOX REPOSITIONING 21mzprqBOX REPOSITIONING 2568eowBOX REPOSITIONING 1072gqrBOX REPOSITIONING 29yr3f7BOX REPOSITIONING 11rbvpeBOX REPOSITIONING J5gf2bBOX REPOSITIONING 28248s0BOX REPOSITIONING Efgh7l
Generators
Live previewer
Css Linker
Js Linker
Auto friend Adder
Text Flipper
Image Effect
Js Encrypter
Fancy Text Generator
Comment Generator
Who View Me
SBL NavigatION
BIGGER CBOX
PRIVATE CBOX
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Search
 
 

Display results as :
 
Rechercher Advanced Search
Top posters
cursed witch (66)
BOX REPOSITIONING I_vote_lcapBOX REPOSITIONING I_voting_barBOX REPOSITIONING I_vote_rcap 
redblood21 (58)
BOX REPOSITIONING I_vote_lcapBOX REPOSITIONING I_voting_barBOX REPOSITIONING I_vote_rcap 
SBL_MARIA (43)
BOX REPOSITIONING I_vote_lcapBOX REPOSITIONING I_voting_barBOX REPOSITIONING I_vote_rcap 
miZz_LABLAB (40)
BOX REPOSITIONING I_vote_lcapBOX REPOSITIONING I_voting_barBOX REPOSITIONING I_vote_rcap 
ivantage (32)
BOX REPOSITIONING I_vote_lcapBOX REPOSITIONING I_voting_barBOX REPOSITIONING I_vote_rcap 
Keana (25)
BOX REPOSITIONING I_vote_lcapBOX REPOSITIONING I_voting_barBOX REPOSITIONING I_vote_rcap 
miNgkay (24)
BOX REPOSITIONING I_vote_lcapBOX REPOSITIONING I_voting_barBOX REPOSITIONING I_vote_rcap 
muzikaXD (21)
BOX REPOSITIONING I_vote_lcapBOX REPOSITIONING I_voting_barBOX REPOSITIONING I_vote_rcap 
Mherwin (19)
BOX REPOSITIONING I_vote_lcapBOX REPOSITIONING I_voting_barBOX REPOSITIONING I_vote_rcap 
Ever. (14)
BOX REPOSITIONING I_vote_lcapBOX REPOSITIONING I_voting_barBOX REPOSITIONING I_vote_rcap 
Contact

Site Designer

Banner maker ArK
Affiliates
BOX REPOSITIONING Mkkyg1
BOX REPOSITIONING 23vmbt1
BOX REPOSITIONING 24mvrc4
BOX REPOSITIONING 2hcgg1j
BOX REPOSITIONING N16pnm
BOX REPOSITIONING 334hu2v
BOX REPOSITIONING 2ll14di
Polls1

casino 99polls
Sbl playlist


 

 BOX REPOSITIONING

Go down 
AuthorMessage
earlskiee23

earlskiee23


Number of posts : 11
Registration date : 2009-04-24
Age : 30
Location : bohol

BOX REPOSITIONING Empty
PostSubject: BOX REPOSITIONING   BOX REPOSITIONING I_icon_minitimeSun Apr 26, 2009 7:38 am

JS CODE:
Code:
if ( ! attachOnLoadHandler(function () { moveBox();}))
window.onload = function () {
moveBox();};
function moveBox() {
var x; var t;
t = document.getElementById("BOX_ID"); //the box to be moved
x = document.getElementById("TARGET_ID").parentNode;
x.parentNode.insertBefore(t,x);
}

BOX ID's(right)
Code:
controlpanel = 0
photos = 1
blog = 13
reviews = 12
moreabout = 6
publiccomments = 18
media box = 10

(left)
Code:
meettrail = 15
friends = 2
fanof = 7
groups = 8

EXAMPLE:

TARGET_ID = put what the BOX_ID you want to move to appear on below of the TARGET_ID box
BOX_ID = the box which you want to move

let say if I want to put the controlpanel box [0] at the below of groups [8] & at the same time I want to put friends [2] at the below of moreabout [6]
the code should look like this

Code:
if ( ! attachOnLoadHandler(function () { moveBox();}))
window.onload = function () {
moveBox();};
function moveBox() {
var x; var t;
x = document.getElementById("8").parentNode;
t = document.getElementById("0");
x.appendChild(t);

x = document.getElementById("6").parentNode;
t = document.getElementById("2");
x.appendChild(t);
}
Back to top Go down
http://www.friendster.com/newearlskiee
 
BOX REPOSITIONING
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
SBL GRAPHICS DESIGNZ :: SBL Tricks And Tutorials :: Js codes-
Jump to: