|
trevix
|
 |
« on: October 04, 2007, 05:38:07 pm » |
|
I Love My Comp Classes lol Example: *removed dead linkTHIS NEEDS TO GO IN THE HEADER <style> .drop { position: absolute; width: 3; filter: flipV(), flipH(); font-size: 40; color: blue } </style> <script language="javascript">
snow = false; // false-rain; true-snow snowsym = " * " //These are the symbols for each rainsym = " ' " //You can put images here. howmany = 10 //How many drops
/DO NOT EDIT BELOW THIS/ if(snow){sym = snowsym; speed=1; angle=10; drops=howmany} else{sym = rainsym; speed=50; drops=howmany; angle=6} movex = -speed/angle; movey = speed; count = 0;
function moverain(){ for(move = 0; move < drops; move++){ xx[move]+=movex; yy[move]+=mv[move]; hmm = Math.round(Math.random()*1); if(xx[move] < 0){xx[move] = maxx+10;} if(yy[move] > maxy){yy[move] = 10;} drop[move].left = xx[move] drop[move].top = yy[move]+document.body.scrollTop; }setTimeout('moverain()','1')}
</script> FOOTER <script language="javascript">
if (document.all){ drop = new Array(); xx = new Array(); yy = new Array(); mv = new Array() ly = "document.all[\'"; st = "\'].style" for(make = 0; make < drops; make++){ document.write('<div id="drop'+make+'" class=drop>'+sym+'</div>'); drop[make] = eval(ly+'drop'+make+st); maxx = document.body.clientWidth-40 maxy = document.body.clientHeight-40 xx[make] = Math.random()*maxx; yy[make] = -100-Math.random()*maxy; drop[make].left = xx[make] drop[make].top = yy[make] mv[make] = (Math.random()*5)+speed/4; drop[make].fontSize = (Math.random()*10)+20; if(snow){col = 'white'}else{col = 'blue'} drop[make].color = col; } window.onload=moverain } </script>
|
|
|
|
« Last Edit: January 21, 2009, 08:36:28 am by simply sibyl »
|
Logged
|
Ad Machine - Free advertising and tips on how to promote your board.
|
|
|
|
|
|
Agent Moose
|
 |
« Reply #1 on: October 04, 2007, 05:45:08 pm » |
|
This doesnt work for me. I am useing FF
|
|
|
|
|
Logged
|
Want to know how good your board is? Why not get it reviewed at Revolution X!

|
|
|
Gordie
SMF For Free Hero
Offline
Posts: 591
I'm around somewhere!!!
|
 |
« Reply #2 on: October 04, 2007, 05:47:57 pm » |
|
It doesn't work with firefox,but it does with IE&. BTW...I love the blue text in your stylesheet.
|
|
|
|
|
Logged
|
|
|
|
LaundryLady
Global Moderator
Offline
Posts: 3056
Internet Challenged
|
 |
« Reply #3 on: October 04, 2007, 05:50:42 pm » |
|
I am still looking for a code that will work in FF. I have one, but all the images sit in the corner stacked on top of each other and won't fall.
|
|
|
|
|
Logged
|
|
|
|
Gordie
SMF For Free Hero
Offline
Posts: 591
I'm around somewhere!!!
|
 |
« Reply #4 on: October 04, 2007, 05:58:25 pm » |
|
You need to give them a little "push"  That's the sad part...I LOVE Firefox,but it does have it's negative points
|
|
|
|
|
Logged
|
|
|
|
|
trevix
|
 |
« Reply #5 on: October 04, 2007, 06:06:20 pm » |
|
That blue from my style sheet is 7077fa
|
|
|
|
|
Logged
|
Ad Machine - Free advertising and tips on how to promote your board.
|
|
|
mom
SMF For Free Member
Offline
Posts: 61
PogoBabies
|
 |
« Reply #6 on: October 05, 2007, 10:46:11 am » |
|
I am new at this...so you have to put a code in the header and the footer? I can use something other than snow and rain..right?
|
|
|
|
|
Logged
|
I am strong...so bring it on!
|
|
|
|
trevix
|
 |
« Reply #7 on: October 05, 2007, 03:45:14 pm » |
|
if you configure it right, it has lots of possibilities
|
|
|
|
|
Logged
|
Ad Machine - Free advertising and tips on how to promote your board.
|
|
|
rileyks
SMF For Free Sponsors
Offline
Posts: 523
|
 |
« Reply #8 on: October 05, 2007, 03:51:27 pm » |
|
Ok..I am sorry...when I go to the site I don't see rain or snow. Am I missing something?
|
|
|
|
|
Logged
|
|
|
|
Gordie
SMF For Free Hero
Offline
Posts: 591
I'm around somewhere!!!
|
 |
« Reply #9 on: October 05, 2007, 04:05:11 pm » |
|
Are you using firefox? Because firefox will not display the animation.
|
|
|
|
|
Logged
|
|
|
|
Melody670
SMF For Free Full Member
Offline
Posts: 145
|
 |
« Reply #10 on: January 23, 2008, 03:43:55 pm » |
|
I'm using IE6 and it didn't work for me either.
|
|
|
|
|
Logged
|
|
|
|
blahs
SMF For Free Full Member
Offline
Posts: 245
5 out of 4 people have trouble with fractions!
|
 |
« Reply #11 on: March 07, 2008, 06:37:56 pm » |
|
dosent work im using internet explorer!
|
|
|
|
|
Logged
|
|
|
|
Cyrus
SMF For Free Newbie
Offline
Posts: 4
|
 |
« Reply #12 on: April 18, 2008, 09:41:37 am » |
|
Forum Url: http://xfile.smfforfree2.comIt doesn't work for me and I am using Microsoft Internet Explorer! I usually use Macintosh Safari, Does anyone know if it works for that?
|
|
|
|
|
Logged
|
|
|
|
puchisana
SMF For Free Member
Offline
Posts: 33
|
 |
« Reply #13 on: September 03, 2008, 03:54:46 pm » |
|
It was working on another forum I had, but its not working on the one I have now, what should i put?
|
|
|
|
|
Logged
|
|
|
|
|
Jesus Freak
|
 |
« Reply #14 on: September 15, 2008, 02:20:27 pm » |
|
It's not working 4 me and I'm using IE.
|
|
|
|
|
Logged
|
JJ Brothers
Best Site EVER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
jjbrothers.smfforfree4.com
|
|
|
|
|
|