Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > Other Forums > Start your own community forum

Notices

Start your own community forum Discussions & Articles about how to create, promote and benefit from having your own community forum.

Reply
 
LinkBack Thread Tools
  #1  
Old 05-28-2008, 04:28 AM
BLK306's Avatar
Second Lieutenant
 
Join Date: Sep 2006
Location: Everman, Tx
Posts: 134
Default Blue Box Around Banner Rotator

Ok so I have an advertising banner rotator at the top of my phpBB forum. I looks and works as advertised on all my different skins except one. This particular skin has a blue box that surrounds the banner going from one side of the page to the other. Now I remember when I first put this banner rotator in place I had the problem and fixed it. However, it has now been so long since I have done that I forgot how I did it. I do not know where to go look for colors to make the change. I tried looking in the loader but I did not see it in there. Does anyone else have one of these and can help me out? Any help is greatly appreciated.

You can seen the banner rotator at this link http://www.steadyracing.net/forums/index.php However, that does not show it with the skin that has the blue box around it. In case it matters the skin that I'm having the problem with is called Charcoal. My Subsilver and subDark expanded work fine.

Here is the loader that I am using.

var lnks = new Array("/advertisers","/advertisers","/advertisers","/advertisers","/advertisers","/advertisers","/advertisers")

var imgs = new Array("/banners/images/txrs-banner.gif","/banners/images/txrs-banner.gif","/banners/images/txrs-banner.gif","/banners/images/txrs-banner.gif","/banners/images/txrs-banner.gif","/banners/images/txrs-banner.gif","/banners/images/txrs-banner.gif")

var imgCt = 7

var currentAd = getRandomNum(0,imgCt-1);



function cycle()
{
currentAd++
if (currentAd == imgCt) {
currentAd = 0
}
document.adBanner.src=imgs[currentAd]
adLink.href=lnks[currentAd]
setTimeout("cycle()",8 * 1000)
}
__________________
ID: 11830
www.steadyracing.net

Forum Menace!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 11:33 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54