Pages: 1..1234567891011

  2008-12-12 21:32:33

bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]Heres a code if You want to put a Photo Slide on your Footer[/b] [b]Put this on your external CSS[/b] [quote]} #footer_container { width: 800px; height: 100px; line-height: 1em; position:

[quote=taranDOTA]what is a onload handler? & can someone plss give me a onload handler[/quote] Here is an example of an onload handler with the addbox fucntion code. [spoiler]function onProfileLoad() { //onload handler //(pattern) addBox("L-R","Header",htm,"cssid","sibling"); //other js codes go here 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;[/spoiler]

Pages: 1..1234567891011

Board footer

© 2024 F Talk

Current time is 19:21

[ 12 queries - 0.020 second ]
Privacy Policy