View Single Post
Old 12-23-2012, 12:48 AM   PM User | #5
ronuk99
New Coder

 
Join Date: Jun 2012
Posts: 19
Thanks: 5
Thanked 0 Times in 0 Posts
ronuk99 is an unknown quantity at this point
reply

yes the refresh is to check server is on or off as we need to monitor thanks for your help greatly appreciated and merry christmas to you all

ron












Quote:
Originally Posted by tempz View Post
I put it inside of your header


Under:

Code:
<div id="whatsOnNow"><div class="Shows"><div class="day">Sunday <i>now: Sun 0:30:08</i></div><div class="Sitem">
<div class="indicator"><img src="/whatsOnNow/onAirNow.png" alt="NOW"></div><div class="showtime">00.00-06.00</div><div class="descr">JUKEBOX HOT 100</div><div class="sep"></div></div>
<div class="Sitem">
<div class="indicator">&nbsp;</div><div class="showtime">06.00-07.00</div><div class="descr">RADIO OUTREACH</div><div class="sep"></div></div>
<div class="Sitem">
<div class="indicator">&nbsp;</div><div class="showtime">07.00-12.00</div><div class="descr">JUKEBOX HOT 100</div><div class="sep"></div></div>
<div class="Sitem">
<div class="indicator">&nbsp;</div><div class="showtime">12.00-14.00</div><div class="descr">RODNEY COLLINS SHOW</div><div class="sep"></div></div>
<p class="pclear"></p>
</div></div>
New css
Code:
position: relative;
margin: 0;
padding: 0 0 0 0;
z-index: 1;
float: right;
font-size: 12px;
left: -116px;
top: -92px;
I couldn't remove the other one because you have some sort of refresh JavaScript replacing it every 5 seconds which is pretty stupid.
ronuk99 is offline   Reply With Quote