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
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"> </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"> </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"> </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.
|