dona
New Member
Posts: 35
inherit
42600
0
Jun 26, 2005 13:57:30 GMT -8
dona
35
May 2005
dona
|
Post by dona on Jun 23, 2005 17:26:02 GMT -8
my alltificilate code wont work
|
|
inherit
Lead Server Distroyer
37914
0
Jan 4, 2012 18:31:28 GMT -8
Corrupt
HERE IN PROTOCOLS, NOT IN BINDINGS
6,449
February 2005
pwvc
|
Post by Corrupt on Jun 23, 2005 17:30:09 GMT -8
1) dont post twice
2) post the code so i can look at it.
|
|
dona
New Member
Posts: 35
inherit
42600
0
Jun 26, 2005 13:57:30 GMT -8
dona
35
May 2005
dona
|
Post by dona on Jun 23, 2005 17:32:59 GMT -8
<table align="center" border="0" width="700" cellspacing="0" cellpadding="0" class="bordercolor"> <tr> <td> <table cellpadding="4" cellspacing="1" border="0" width="100%"> <tr> <td class="titlebg" align="center" colspan="3"> <font color="000000" size="2"> <b><center><font style="filter:glow(color=white, strength=2); height: 2;">Nadine's Affiliates</font></center></b> </font> </td> </tr> <tr> </td> <td width="60%" class="windowbg2" valign="top"> <!-- Begin Mini Banners --> <P> <marquee height="50" width="500" onmouseover="this.stop()" onmouseout="this.start()" direction="left" scrollamount="3"<font face="verdana" color="#000000"> <center> <a href="http://www.dolliecrave.com"target=_blank><img src="http://ourworld.cs.com/dolliecrave2/new2.gif" alt="Dolliecrave.com is created to satisfy your dollie needs!Visit us please!!" border=0></a> </center></font></marquee> <!-- End Mini Banners --> </td> <td width="35%" valign="top" class="windowbg"> <img src="http://img92.echo.cx/img92/6008/untitled4hj.png"> <textarea rows="2" name="S1" cols="20">
</textarea></form> </td> </tr> </table> </td> </tr> </table>
|
|
dona
New Member
Posts: 35
inherit
42600
0
Jun 26, 2005 13:57:30 GMT -8
dona
35
May 2005
dona
|
Post by dona on Jun 23, 2005 17:39:26 GMT -8
so can anyon help me
|
|
inherit
Lead Server Distroyer
37914
0
Jan 4, 2012 18:31:28 GMT -8
Corrupt
HERE IN PROTOCOLS, NOT IN BINDINGS
6,449
February 2005
pwvc
|
Post by Corrupt on Jun 23, 2005 17:44:17 GMT -8
they all work, what do you have in the header
|
|
dona
New Member
Posts: 35
inherit
42600
0
Jun 26, 2005 13:57:30 GMT -8
dona
35
May 2005
dona
|
Post by dona on Jun 23, 2005 17:49:33 GMT -8
the first time i tried it it worked but then it didnt work at all
|
|
dona
New Member
Posts: 35
inherit
42600
0
Jun 26, 2005 13:57:30 GMT -8
dona
35
May 2005
dona
|
Post by dona on Jun 23, 2005 17:50:08 GMT -8
this is wat i have in the header <script language="JavaScript"> <!-- Trio 2 Script by kurt.grigg@virgin.net --> <!-- Get script at www.hypergurl.com//Choose colours and size of effect !! var a_Colour='ff0000'; var b_Colour='00ff00'; var c_Colour='0000ff'; var Size=50; //Alter nothing below !! var YDummy=new Array(),XDummy=new Array(),xpos=0,ypos=0,ThisStep=0;step=0.03; if (document.layers){ window.captureEvents(Event.MOUSEMOVE); function nsMouse(evnt){ xpos = window.pageYOffset+evnt.pageX+6; ypos = window.pageYOffset+evnt.pageY+16; } window.onMouseMove = nsMouse; } else if (document.all) { function ieMouse(){ xpos = document.body.scrollLeft+event.x+6; ypos = document.body.scrollTop+event.y+16; } document.onmousemove = ieMouse; } function swirl(){ for (i = 0; i < 3; i++) { YDummy =ypos+Size*Math.cos(ThisStep+i*2)*Math.sin((ThisStep)*6); XDummy=xpos+Size*Math.sin(ThisStep+i*2)*Math.sin((ThisStep)*6); } ThisStep+=step; setTimeout('swirl()',10); }
var amount=10; if (document.layers){ for (i = 0; i < amount; i++) { document.write('<layer name=nsa'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+a_Colour+'></layer>'); document.write('<layer name=nsb'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+b_Colour+'></layer>'); document.write('<layer name=nsc'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+c_Colour+'></layer>'); } } else if (document.all){ document.write('<div id="ODiv" style="position:absolute;top:0px;left:0px">' +'<div id="IDiv" style="position:relative">'); for (i = 0; i < amount; i++) { document.write('<div id=x style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+a_Colour+';font-size:'+i/2+'"></div>'); document.write('<div id=y style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+b_Colour+';font-size:'+i/2+'"></div>'); document.write('<div id=z style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+c_Colour+';font-size:'+i/2+'"></div>'); } document.write('</div></div>'); } function prepos(){ var ntscp=document.layers; var msie=document.all; if (document.layers){ for (i = 0; i < amount; i++) { if (i < amount-1) { ntscp['nsa'+i].top=ntscp['nsa'+(i+1)].top;ntscp['nsa'+i].left=ntscp['nsa'+(i+1)].left; ntscp['nsb'+i].top=ntscp['nsb'+(i+1)].top;ntscp['nsb'+i].left=ntscp['nsb'+(i+1)].left; ntscp['nsc'+i].top=ntscp['nsc'+(i+1)].top;ntscp['nsc'+i].left=ntscp['nsc'+(i+1)].left; } else { ntscp['nsa'+i].top=YDummy[0];ntscp['nsa'+i].left=XDummy[0]; ntscp['nsb'+i].top=YDummy[1];ntscp['nsb'+i].left=XDummy[1]; ntscp['nsc'+i].top=YDummy[2];ntscp['nsc'+i].left=XDummy[2]; } } } else if (document.all){ for (i = 0; i < amount; i++) { if (i < amount-1) { msie.x.style.top=msie.x[i+1].style.top;msie.x.style.left=msie.x[i+1].style.left; msie.y.style.top=msie.y[i+1].style.top;msie.y.style.left=msie.y[i+1].style.left; msie.z.style.top=msie.z[i+1].style.top;msie.z.style.left=msie.z[i+1].style.left; } else { msie.x.style.top=YDummy[0];msie.x.style.left=XDummy[0]; msie.y.style.top=YDummy[1];msie.y.style.left=XDummy[1]; msie.z.style.top=YDummy[2];msie.z.style.left=XDummy[2]; } } } setTimeout("prepos()",10); } function Start(){ swirl(),prepos() } window.onload=Start; // --> </script>
<script language="javascript"> <!-- /* PM under banner crossbrowser version Copyright © 2004 Kurt Van Genechten "fristi", littlegrasshopper.be For use on Proboards, leave this message intact */
var Tablesearch = document.getElementsByTagName('table')[1]; var oldTD = document.getElementsByTagName('td')[2].innerHTML; var newTD = document.createElement('td'); newTD.className = 'windowbg'; newTD.align = 'center'; newTD.colSpan = 2; newTD.innerHTML=oldTD; var newTR = document.createElement('tr'); newTR.appendChild(newTD.cloneNode(true)); Tablesearch.insertRow(1).appendChild(newTD.cloneNode(true)); document.getElementsByTagName('td')[2].innerHTML=''; // --> </script>
|
|
inherit
Lead Server Distroyer
37914
0
Jan 4, 2012 18:31:28 GMT -8
Corrupt
HERE IN PROTOCOLS, NOT IN BINDINGS
6,449
February 2005
pwvc
|
Post by Corrupt on Jun 23, 2005 17:52:01 GMT -8
ok thats a little out of my league, just wait arround untill someone else can help like californa
|
|
dona
New Member
Posts: 35
inherit
42600
0
Jun 26, 2005 13:57:30 GMT -8
dona
35
May 2005
dona
|
Post by dona on Jun 23, 2005 17:52:35 GMT -8
ok
|
|
dona
New Member
Posts: 35
inherit
42600
0
Jun 26, 2005 13:57:30 GMT -8
dona
35
May 2005
dona
|
Post by dona on Jun 23, 2005 17:52:54 GMT -8
thanks for your help
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 23, 2005 17:54:05 GMT -8
Maybe it was a problem with the quotes around the alt message. I don't do alt message things much so I wouldn't know if it needs quotes or not. It works fine for me, though. EDIT: the other code was missing something. <script language="JavaScript"> <!-- Trio 2 Script by kurt.grigg@virgin.net --> <!-- Get script at www.hypergurl.com -->
//Choose colours and size of effect !! var a_Colour='ff0000'; var b_Colour='00ff00'; var c_Colour='0000ff'; var Size=50; //Alter nothing below !!
var YDummy=new Array(),XDummy=new Array(),xpos=0,ypos=0,ThisStep=0;step=0.03; if (document.layers){ window.captureEvents(Event.MOUSEMOVE); function nsMouse(evnt){ xpos = window.pageYOffset+evnt.pageX+6; ypos = window.pageYOffset+evnt.pageY+16; } window.onMouseMove = nsMouse; } else if (document.all) { function ieMouse(){ xpos = document.body.scrollLeft+event.x+6; ypos = document.body.scrollTop+event.y+16; } document.onmousemove = ieMouse; }
function swirl(){ for (i = 0; i < 3; i++) { YDummy=ypos+Size*Math.cos(ThisStep+i*2)*Math.sin((ThisStep)*6); XDummy=xpos+Size*Math.sin(ThisStep+i*2)*Math.sin((ThisStep)*6); } ThisStep+=step; setTimeout('swirl()',10); }
var amount=10; if (document.layers){ for (i = 0; i < amount; i++) { document.write('<layer name=nsa'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+a_Colour+'></layer>'); document.write('<layer name=nsb'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+b_Colour+'></layer>'); document.write('<layer name=nsc'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+c_Colour+'></layer>'); } } else if (document.all){ document.write('<div id="ODiv" style="position:absolute;top:0px;left:0px">' +'<div id="IDiv" style="position:relative">'); for (i = 0; i < amount; i++) { document.write('<div id=x style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+a_Colour+';font-size:'+i/2+'"></div> '); document.write('<div id=y style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+b_Colour+';font-size:'+i/2+'"></div> '); document.write('<div id=z style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+c_Colour+';font-size:'+i/2+'"></div> '); } document.write('</div></div>'); } function prepos(){ var ntscp=document.layers; var msie=document.all; if (document.layers){ for (i = 0; i < amount; i++) { if (i < amount-1) { ntscp['nsa'+i].top=ntscp['nsa'+(i+1)].top;ntscp['nsa'+i].left=ntscp['nsa'+(i+1)].left; ntscp['nsb'+i].top=ntscp['nsb'+(i+1)].top;ntscp['nsb'+i].left=ntscp['nsb'+(i+1)].left; ntscp['nsc'+i].top=ntscp['nsc'+(i+1)].top;ntscp['nsc'+i].left=ntscp['nsc'+(i+1)].left; } else { ntscp['nsa'+i].top=YDummy[0];ntscp['nsa'+i].left=XDummy[0]; ntscp['nsb'+i].top=YDummy[1];ntscp['nsb'+i].left=XDummy[1]; ntscp['nsc'+i].top=YDummy[2];ntscp['nsc'+i].left=XDummy[2]; } } } else if (document.all){ for (i = 0; i < amount; i++) { if (i < amount-1) { msie.x.style.top=msie.x[i+1].style.top;msie.x.style.left=msie.x[i+1].style.left; msie.y.style.top=msie.y[i+1].style.top;msie.y.style.left=msie.y[i+1].style.left; msie.z.style.top=msie.z[i+1].style.top;msie.z.style.left=msie.z[i+1].style.left; } else { msie.x.style.top=YDummy[0];msie.x.style.left=XDummy[0]; msie.y.style.top=YDummy[1];msie.y.style.left=XDummy[1]; msie.z.style.top=YDummy[2];msie.z.style.left=XDummy[2]; } } } setTimeout("prepos()",10); } function Start(){ swirl(),prepos() } window.onload=Start; // --> </script>
<script language="javascript"> <!-- /* PM under banner crossbrowser version Copyright © 2004 Kurt Van Genechten "fristi", littlegrasshopper.be For use on Proboards, leave this message intact */
var Tablesearch = document.getElementsByTagName('table')[1]; var oldTD = document.getElementsByTagName('td')[2].innerHTML; var newTD = document.createElement('td'); newTD.className = 'windowbg'; newTD.align = 'center'; newTD.colSpan = 2; newTD.innerHTML=oldTD; var newTR = document.createElement('tr'); newTR.appendChild(newTD.cloneNode(true)); Tablesearch.insertRow(1).appendChild(newTD.cloneNode(true)); document.getElementsByTagName('td')[2].innerHTML=''; // --> </script>Try now
|
|
dona
New Member
Posts: 35
inherit
42600
0
Jun 26, 2005 13:57:30 GMT -8
dona
35
May 2005
dona
|
Post by dona on Jun 23, 2005 18:01:44 GMT -8
sorry it still wont work
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 23, 2005 18:12:24 GMT -8
Oh, and why do you have no <!-- before //Choose colours and size of effect !! var a_Colour='ff0000'; var b_Colour='00ff00'; var c_Colour='0000ff'; var Size=50; //Alter nothing below !!
Make it
<!-- before //Choose colours and size of effect !! var a_Colour='ff0000'; var b_Colour='00ff00'; var c_Colour='0000ff'; var Size=50; //Alter nothing below !!
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 24, 2005 0:56:08 GMT -8
Locked for bumping. Read the sticky threads in future, please.
|
|