Easter Decorations?
4 posters
Page 1 of 1
Easter Decorations?
I've been trying to find the post for the Easter Decorations. Can someone please point me to the link...
Rog360- Forumember
- Posts : 35
Reputation : 3
Language : english
Re: Easter Decorations?
Yes sadly the old posts was removed as the codes no longer worked or they was running flash.
We remove them so we can update the codes and some files held by us on our servers
I hope that we will have them done before Easter so please keep an eye on theAnnouncements / Updates forum
We remove them so we can update the codes and some files held by us on our servers
I hope that we will have them done before Easter so please keep an eye on theAnnouncements / Updates forum
Re: Easter Decorations?
javascript decorations
bar on bottom of screen
change bimage to 0-2 to choose an image
Top side images
change source to 0-2 to choose an image
Raining Images
Cursors "add to your css"
bar on bottom of screen
change bimage to 0-2 to choose an image
- Code:
$(function(){
var iheight = 50;
var bimage = 0;
var Sources=['https://i.imgur.com/zfJderA.png','https://i.imgur.com/4BXpjkW.png','https://i.imgur.com/MMGcfD4.png',];
var ii=(typeof bimage!=='undefined')?bimage:0;
var heit=(typeof iheight!=='undefined')?iheight:50;
var css=".deco_garland{ width: 100%;position: fixed;z-index:12;bottom: 0;left: 0;background-image: url('"+Sources[ii]+"');background-size: auto 100%;height: "+heit+"px;}";
$('body').append('<div class="deco_garland"></div>');
$('head').append("<style>"+css+"</style>");
});
Top side images
change source to 0-2 to choose an image
- Code:
$(function() {
var source = 0;
var position = 'absolute';
var ttop = 30;
var lleft = 80;
var mwidth =95;
var imgs=['https://i.imgur.com/DSlC5ps.gif','https://i.imgur.com/whfWMjj.gif','https://i.imgur.com/CFoOmmd.gif'];
var im=(typeof source!=='undefined')?source:0;
var posi=(typeof position!=='undefined')?position:'absolute';
$('body').prepend('<img src="'+imgs[im]+'" alt="" style="position:'+posi+'; max-width: '+mwidth+'px; top: '+ttop+'px; left: '+lleft+'px; " />');
});
Raining Images
- Code:
var snowsrc="https://i.imgur.com/v0Vz0gr.gif";
$(function() { $.getScript('https://script.forumactif.com/10825.js'); });
- Code:
var snowsrc="https://i.imgur.com/zSsoz43.png";
$(function() { $.getScript('https://script.forumactif.com/10825.js'); });
Cursors "add to your css"
- Code:
body {cursor: url(https://i.imgur.com/98aqT95.png) 2 2, pointer;}
- Code:
body {cursor: url(https://i.imgur.com/iTxp2Kx.png) 2 2, pointer;}
- Code:
body {cursor: url(https://i.imgur.com/NdPt6ZC.png) 2 2, pointer;}
Similar topics
» Christmas decorations not working..
» Christmas decorations for forum
» New Christmas Decorations?
» Easter
» Halloween Decorations - Not Working
» Christmas decorations for forum
» New Christmas Decorations?
» Easter
» Halloween Decorations - Not Working
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum