how to add script, background!! |
how to add script, background!! |
Apr 17 2006, 02:32 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 78 Joined: Apr 2006 Member No: 391,072 |
i have this script here:
<script language=javascript> var pic=new Array(5) pic[0]="" pic[1]="" pic[2]="" pic[3]="" pic[4]="" pic[5]="" pic[6]="" pic[7]="" var newdate=new Date() var getpic=newdate.getSeconds()%pic.length document.write('<STYLE>') document.write('body{ background-image: url('+pic[getpic]+');') document.write(' background-repeat: no-repeat; ') document.write('background-attachment: fixed; ') document.write('background-position: 50% 100% }') document.write('</STYLE>') </script> Is to random your backgrounds right?``i want one or two of my background pics to repeat and stf`` what and where do i add the "background-repeat: repeat;" to? thankyou for helping`` |
|
|
|
rosedoll how to add script Apr 17 2006, 02:32 PM
drilotedahl If I am understanding your question right... You d... Apr 17 2006, 03:21 PM
rosedoll QUOTE(drilotedahl @ Apr 17 2006, 1:21 PM)... Apr 17 2006, 03:53 PM
fishcake-y CODEdocument.write(' background-repeat... Apr 17 2006, 05:59 PM
rosedoll QUOTE(fishcake-y @ Apr 17 2006, 3:59... Apr 17 2006, 07:32 PM
drilotedahl QUOTE(rosedoll @ Apr 17 2006, 7:32 PM) i ... Apr 17 2006, 08:48 PM
rosedoll QUOTE(drilotedahl @ Apr 17 2006, 6:48 PM)... Apr 18 2006, 01:10 AM
drilotedahl put the script in twice?????? Apr 18 2006, 12:12 PM
rosedoll QUOTE(drilotedahl @ Apr 18 2006, 10:12 AM... Apr 18 2006, 07:27 PM
fishcake-y Can't do that. It has to be all or none. Other... Apr 18 2006, 11:57 PM
rosedoll QUOTE(fishcake-y @ Apr 18 2006, 9:57... Apr 19 2006, 12:28 AM
niez_cho Try putting the repeating pics into MS Paint as th... Apr 20 2006, 01:00 AM
rosedoll haha alrights fankyyyou``
but i dont have ... Apr 30 2006, 04:09 PM
niez_cho You should have the program Microsoft Paint, if yo... May 1 2006, 12:06 AM
rosedoll microsoft paint? im using xp`` but how cum... May 1 2006, 09:05 PM
niez_cho ^ is your Windows in another language? If so, you ... May 3 2006, 06:03 AM
rosedoll hahaha noooo laa` its eng`` but it doe... May 4 2006, 11:44 PM![]() ![]() |