• ARCHIVES 
  • » [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

Pages: 1123456789..9

[b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

diabolicious
» FTalkManiac
FTalk Level: zero
721
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

[b][align=center]wow thanks, now it worked Im grateful to you Ephe =)[/align]

Last edited by diabolicious (2007-07-05 04:31:35)

loolo
» FTalker
FTalk Level: zero
108
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

ephe/ ftalk members i need some help what's wrong with my code:<">(btw i hide my friends box,is it a problem?)

Last edited by loolo (2007-07-14 00:21:21)

phranxis
» n00b
FTalk Level: zero
61
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

is this js or css?
sUpErNoOb
» n00b
FTalk Level: zero
16
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

hello.. wanna ask how do i add more links on the codes?? the marquee one.. thx :)
jolly
» n00b
FTalk Level: zero
3
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

Can you please check my codes: <">And i pasted this on the media box: &&#x23;x3c;script type="text/javascript" src="http://h1.ripway.com/jolly/jollymisc.js ">&&#x23;x3c;/script> It won't work:(
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

[quote=jolly]Can you please check my codes: <">And i pasted this on the media box: &&#x23;x3c;script type="text/javascript" src="http://h1.ripway.com/jolly/jollymisc.js ">&&#x23;x3c;/script> It won't work:([/quote] take this one if you want.. i made it working but th images are soooooooooooooooooooo big... =D =D =D <">

Last edited by xavierkym (2007-07-08 11:07:35)

sUpErNoOb
» n00b
FTalk Level: zero
16
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

hello again.. wanna ask how do i put more link in this code <">
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

[quote=sUpErNoOb]hello again.. wanna ask how do i put more link in this code <">[/quote] ei check the bold texts.. [quote]if (!attachOnLoadHandler(function(){copy()})) parent.onload = function(){copy()}; function attachOnLoadHandler(func) { if(parent.attachEvent) { //win 5.0-6.0 parent.attachEvent('onload',func); return true; } if(parent.addEventListener) { //moz,opera & safari parent.addEventListener('load',func,false); return true; } return false; } function copy() { var links= "<div align='center'>"+ "<p align='<center'><marquee style= 'width:200px; border:0px solid black; onmouseover='this.stop()' onmouseout='this.start()' scrollamount='2' direction='up'>"+ "<center>[b]<a href='LINK' target='_blank'><img src='IMAGE URL'></a>[/b]</center>"+ "<center>Description of Link<center>"+ "</marquee></p>"+ "</div>"; addSideBar("NAME OF BOX",links,"Links"); } //Alter this below if you want function addSideBar(head,htm,div_id) { var browser=navigator.appName; var mic="Microsoft Internet Explorer"; var innerHtm=htm; var cont="<div id='"+div_id+"' class='commonbox "+div_id+"'>"+ "<div class='commonbox'>"+ "<h2>"+head+"</h2>"+ innerHtm+ "</div>"+ "</div>"; if (browser==mic){ var obj=parent.document.createElement("<li>"); var x=parent.document.getElementById("friends_2_2"); x.parentNode.parentNode.appendChild(obj); obj.innerHTML=cont; } else { var obj=parent.document.createElement("li"); obj.innerHTML=cont; var x=parent.document.getElementById("friends_2_2"); x.parentNode.parentNode.appendChild(obj); } }[/quote]
sUpErNoOb
» n00b
FTalk Level: zero
16
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

@xavierkym i didnt get it :crybaby: :crybaby: can u give me an example bcoz i really dont have an idea what i did is like this <">:crybaby:
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

Try understanding the 1st post quite easy really just replace the images then add in your js file. =)
sUpErNoOb
» n00b
FTalk Level: zero
16
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

ok.. i got it already.. :) thx all
loolo
» FTalker
FTalk Level: zero
108
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

anybody please take a look at my question :crybaby: :crybaby:
kristina16
» SuperFTalker
FTalk Level: zero
9156
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

how can i resize the images?? and how can i make them in a scrollable type??? pls help>.... :(
soxyzhane
» n00b
FTalk Level: zero
14
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

is it possible., if i place a chatbox then under it my mp3? could someone gve me the code? :)
kristina16
» SuperFTalker
FTalk Level: zero
9156
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

yeah it is possible...youll have to arrange it if yah one...
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

[quote=soxyzhane]is it possible., if i place a chatbox then under it my mp3? could someone gve me the code? :)[/quote] try to understand this one.. =) <">

Last edited by xavierkym (2007-07-15 17:50:11)

silentemofreak
» FTalker
FTalk Level: zero
116
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

i tried to put this code on my profy but it (the youtube player) didnt show up? i have in quick comment box and cbox on my sidebars, does the codes affected the code for the youtube? please help... here are my codes for youtube: <">please help anyone.. :cry:
LiLemO
» n00b
FTalk Level: zero
18
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

tnx for sharing this.... =)
soxyzhane
» n00b
FTalk Level: zero
14
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

css or js extenernal?
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

^js
  • ARCHIVES 
  • » [b]Preview of Idea Working[/b] [url]http://www.friendster.com/azt3r4k1zt4h[/url] [b]Side Bar with one image link: [/b] [quote]if (!attachOnLoadHandler(function(){main()})) parent.onload = function(){m

Pages: 1123456789..9

Board footer

© 2024 F Talk

Current time is 12:07

[ 9 queries - 0.037 second ]
Privacy Policy