Pages: 12345

  2008-06-14 07:21:58

Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: i have update the code to put some tweak into this code..... i put [b]shaking[/b] style to look more coolzzzzzzzzz hehehheheheh...... for live preview my simple profile view in [b]Firefox[/b] and [b

[quote=m0g0l]what do you mean out it in C SECTION? i cant understand it....[/quote] Here take review this code as your guide! (part of A,B & C) [quote][color=green]Lordheinz A[/color] //onload handler function onProfileLoad() { //addboxes here [color=red]Lordheinz B[/color] } if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()}; function addBox (type,head,htm,id,sibling) { //by marfillaster //type "LEFT" | "RIGHT" //head header string //htm innerHTML string //id css_id string //sibling css_id_insertbefore string | null /* Available default Siblings LEFT 0 = controlpanel 1 = photos 13 = blogs 12 = reviews 6 = moreabout 18 = publiccomments 10 = scrapbook RIGHT 15 = meettrail 2 = friends 14 = googleads 7 = fan 8 = groups null - appends to last */ try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } if(type=="LEFT") { var ul=document.getElementById("0").parentNode.parentNode; htm="<div class='boxcontent'>"+htm+"</div>"; } else var ul=document.getElementById("2").parentNode.parentNode; li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+head+"</h2>"+ "<div id='content_"+id+"'>"+ htm+ "</div>"+ "</div>"; if(sibling==null) ul.appendChild(li); else { sibling=document.getElementById(sibling).parentNode; ul.insertBefore(li,sibling); } } [color=blue]Lordheinz C[/color][/quote]

Pages: 12345

Board footer

© 2024 F Talk

Current time is 18:51

[ 13 queries - 0.021 second ]
Privacy Policy