The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How To Make A Banner Jumble?

5 posters

Go down

How To Make A Banner Jumble? Empty How To Make A Banner Jumble?

Post by MiiSz.Tasia September 1st 2010, 1:53 pm

Can anyone help me on how to make a Banner Jumble like this site has

http://www.advertisehighway.com/

Also i would have more than one banner so how can i make them move or flash to the next one?
MiiSz.Tasia
MiiSz.Tasia
Forumember

Female Posts : 216
Reputation : 0
Language : English
Location : New Jersey

Back to top Go down

How To Make A Banner Jumble? Empty Re: How To Make A Banner Jumble?

Post by Yakko! September 1st 2010, 2:40 pm

it's a graphic request?
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

How To Make A Banner Jumble? Empty Re: How To Make A Banner Jumble?

Post by MiiSz.Tasia September 1st 2010, 2:45 pm

no it's not i just want to know how to make them...
MiiSz.Tasia
MiiSz.Tasia
Forumember

Female Posts : 216
Reputation : 0
Language : English
Location : New Jersey

Back to top Go down

How To Make A Banner Jumble? Empty Re: How To Make A Banner Jumble?

Post by Sweetwitch September 1st 2010, 2:56 pm

Sweetwitch
Sweetwitch
Forumember

Posts : 31
Reputation : 10
Language : english

Back to top Go down

How To Make A Banner Jumble? Empty Re: How To Make A Banner Jumble?

Post by MiiSz.Tasia September 1st 2010, 3:01 pm

Noo i don't want to add my banner to theirs i want to make A banner jumble on my forum but don't know how
MiiSz.Tasia
MiiSz.Tasia
Forumember

Female Posts : 216
Reputation : 0
Language : English
Location : New Jersey

Back to top Go down

How To Make A Banner Jumble? Empty Re: How To Make A Banner Jumble?

Post by Sanket September 1st 2010, 10:14 pm

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

How To Make A Banner Jumble? Empty Re: How To Make A Banner Jumble?

Post by MiiSz.Tasia September 2nd 2010, 12:56 am

ok i get that but where do i put it? do i put it in the home page message?
MiiSz.Tasia
MiiSz.Tasia
Forumember

Female Posts : 216
Reputation : 0
Language : English
Location : New Jersey

Back to top Go down

How To Make A Banner Jumble? Empty Re: How To Make A Banner Jumble?

Post by MiiSz.Tasia September 2nd 2010, 2:56 am

Also how do i take the code from being random images to them scrolling here is the code i want to change it to scrolling... I want to change the part that syas Random-loading images to scrolling is that possible? Or to make it scroll period

Code:
<br><div align="center">
<script language="JavaScript">
var theImages = new Array()

//Random-loading images
theImages[0] = 'http://i10.servimg.com/u/f10/14/40/03/60/vhog310.gif'
theImages[1] = 'http://i39.tinypic.com/f9o8ba.jpg'
theImages[2] = 'http://i526.photobucket.com/albums/cc342/pikachupalooza/newbanner.png'
theImages[3] = 'http://i526.photobucket.com/albums/cc342/pikachupalooza/banner-1-1.gif'
theImages[4] = 'http://i526.photobucket.com/albums/cc342/pikachupalooza/rsz_rsz_hogwartz-1-adv-htspt.jpg'

var j = 0
var p = theImages.length;
var preBuffer = new Array()

for (i = 0; i < p; i++){
preBuffer[i] = new Image()
preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));

function showImage(){
if(whichImage==0){
document.write('<a href ="http://dungeons.forumotion.com/"><img src="'+theImages[0]+'" border=0 width=452 height=135></a>');
}
else if(whichImage==1){
document.write('<a href ="http://www.promotion-planet.net/"><img src="'+theImages[1]+'" border=0 width=460 height=120></a>');
}
else if(whichImage==2){
document.write('<a href ="http://eternalduel.darkbb.com/"><img src="'+theImages[2]+'" border=0 width=452 height=135></a>');
}
else if(whichImage==3){
document.write('<a href ="http://starsurfer.darkbb.com/"><img src="'+theImages[3]+'" border=0 width=452 height=181></a>');
}
else if(whichImage==4){
document.write('<a href ="http://hogwartz.5forum.net/"><img src="'+theImages[4]+'" border=0 width=452 height=135></a>');
}

}

</script>

<script>showImage();</script>
<br><font size="3"><font size="2"><br><br></font></font></div>
<style>
div.pre{
background:#f9f9f9;
border:1px solid #cacaca;
position:fixed;
width: 800px;
top: auto;
right: 0;
margin: 0 auto;
bottom: 0;
left: 0;"
z-index:1000;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
height:25px;
}



</style>
MiiSz.Tasia
MiiSz.Tasia
Forumember

Female Posts : 216
Reputation : 0
Language : English
Location : New Jersey

Back to top Go down

How To Make A Banner Jumble? Empty Re: How To Make A Banner Jumble?

Post by Sanket September 2nd 2010, 10:03 am

Put it where you want the banner jumble to appear. Yes it works in the homepage message.

For the scrolling thing, i don't have the code.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

How To Make A Banner Jumble? Empty Re: How To Make A Banner Jumble?

Post by MiiSz.Tasia September 2nd 2010, 3:28 pm

Ok thanks Sanket... Also do you know where i could get the code from?
MiiSz.Tasia
MiiSz.Tasia
Forumember

Female Posts : 216
Reputation : 0
Language : English
Location : New Jersey

Back to top Go down

How To Make A Banner Jumble? Empty Re: How To Make A Banner Jumble?

Post by MiiSz.Tasia September 2nd 2010, 9:21 pm

Bump
MiiSz.Tasia
MiiSz.Tasia
Forumember

Female Posts : 216
Reputation : 0
Language : English
Location : New Jersey

Back to top Go down

How To Make A Banner Jumble? Empty Re: How To Make A Banner Jumble?

Post by Beno September 2nd 2010, 11:00 pm

MiiSz.Tasia, may I remind you that double posting (bumping your topic) isn't tolerated unless separated by 24 hours. Please be patient Very Happy
Beno
Beno
Hyperactive

Male Posts : 3024
Reputation : 67
Language : English
Location : England

http://www.benwhitedesign.co.uk

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum