How do I do this?

Status
Not open for further replies.

Penguin129

New Member
Messages
68
Reaction score
0
Points
0
When all else fails, there's always ripping out bits of the code until you find stuff that the individual element needs. :p
Code:
<link rel="stylesheet" type="text/css" media="all" href="/styles/v4/global.v1.css" />
<script type="text/javascript" src="/js/lib/library.v1.1.js"></script>
<script type="text/javascript" src="/js/global.v2.js"></script>
<div class="tout promo splash nonesplash">
  <div id="buttons1">
    <a id="previous" href="javascript:wweback();"><span>Previous</span></a>
    <a id="pause" href="javascript:wwepause();"><span>Pause</span></a>
    <a id="play" href="javascript:wweplay();"><span>Pause</span></a>
    <a id="next" href="javascript:wweforward();"><span>Next</span></a>
  </div>
  <div id="bubble_left_1000"  class="left">
    <a href="http://www.wwe.com/content/media/video/vms/rawtributetothetroops/2007/december15-21/6104596"><img src="/content/media/touts/splash/images/6120372" width="300" height="225" alt="" /></a>
    <h3>Around the Ring</h3>
    <div class="text">
      <P>In a very special Tribute to the Troops edition of Around the Ring, Michael Cole and JBL describe their experience in Iraq for the WWE holiday tradition. Also, catch a special guest appearance from Rey Mysterio as they discuss the upcoming 5th Annual Tribute to the Troops program airing tonight at 9/8 CT on USA Network and much more. <A title="" href="http://www.wwe.com/content/media/video/vms/rawtributetothetroops/2007/december15-21/6104596">Listen...</A></P>
    </div>
  </div>
  <div id="bubble_left_2000" class="left offscreen">
    <a href="http://www.wwe.com/shows/raw/tributetothetroops/"><img src="/content/media/touts/splash/images/6120360" width="300" height="225" alt="" /></a>
    <h3>Holiday tradition</h3>
    <div class="text">
      <P>Tonight at 9/8 CT, WWE presents the 5th Annual Tribute to the Troops - WWE's most important broadcast of the year. Be sure to catch the only entertainment event broadcast from Iraq tonight on USA Network and see photos and videos from WWE's tour overseas.<BR><A title="" href="http://www.wwe.com/shows/raw/tributetothetroops/iraqphotos/">Photos</A>&nbsp;| <A title="" href="http://www.wwe.com/shows/raw/tributetothetroops/video/">Videos</A> | <A title="" href="http://www.wwe.com/shows/raw/tributetothetroops/">Tribute to the Troops coverage</A></P>
    </div>
  </div>
</div>
<script type="text/javascript">
max = 2;
splashDivArray = new Array(max);
previousIndex = max - 1;
addSplashDiv( new splashDiv(8,1000)); 
addSplashDiv( new splashDiv(8,2000)); 
wweplay();
</script>
 

mr kennedy

Member
Messages
524
Reaction score
1
Points
18
Tried that... I even copied the global js 2 to my account but I get a blank page... (I modded it a lil bit for correct file locations)
edit(again):

that gave me a head start.. I got alot of editing to do... thanks ;)
 
Last edited:
Status
Not open for further replies.
Top