View Single Post
  #3 (permalink)  
Old May 18th, 2007, 12:58
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is this PHP or not?

Code: Select all
            <!-- non customer -->             <div id="lead-tab-area-3" class="hide">
            <div class="tabs">
                <ul>
                <li class="tab-1"><a href="" onclick="sage_ev(1, 'clicks/home/sp_t1'); swap('lead-tab-area-1'); return false;">Wembley at last</a></li>
                <li class="tab-2"><a href="" onclick="sage_ev(1, 'clicks/home/sp_t2'); swap('lead-tab-area-2'); return false;">Pretty pregnant woman</a></li>
                                    <li class="tab-3"><a href="" onclick="sage_ev(1, 'clicks/home/sp_t3'); swap('lead-tab-area-3'); return false;">Happiness guaranteed</a></li>
                            </ul>
            </div>
            <div class="content">                
                <div class="right apply-branding">
                <h3><a onclick="sage_ev(1, 'clicks/home/sp_t3_t');" href="http://allyours.virginmedia.com/websales/product.do?id=11516" title="Four services for £40">Four services for £40</a></h3>
                <p class="item-1">Get TV, Broadband, Phone and Mobile for just £40 with a 28 day money back guarantee... <a onclick="sage_ev(1, 'clicks/home/sp_t3_m');" href="http://allyours.virginmedia.com/websales/product.do?id=11516" title="Four services for £40" class="more-link">more</a></p>
                <ul>
                    <li><a onclick="sage_ev(1, 'clicks/home/sp_t3_b1');" href="http://allyours.virginmedia.com/whychooseus/index.html                http://allyours.virginmedia.com/whychooseus/index.html" title="Find out about Virgin Media">Find out about Virgin Media</a></li>                    <li><a onclick="sage_ev(1, 'clicks/home/sp_t3_b2');" href="http://allyours.virginmedia.com/index.html/" title="Join Virgin Media">Join Virgin Media</a></li>                    <li><a onclick="sage_ev(1, 'clicks/home/sp_t3_b3');" href="http://allyours.virginmedia.com/html/bundles/index.html" title="Choose a bundle">Choose a bundle</a></li>                </ul>
                </div>
                
                <div class="left">
                <a href="http://allyours.virginmedia.com/websales/product.do?id=11516" title="4 for £40"><img src="/images/2-4for40-227x170.jpg" /></a>                </div>
                
                <div id="dyn-layer-holder3" class="dyn-layer-holder">
                            
                    <div class="dyn-layer dyn-content">
            
                        <div id="show3" class="more" onclick="sage_ev(1, 'clicks/home/sp_up'); glideIt('dyn-layer-holder3','145','2','up'); return false;"><a href="#">Waiting to be won</a></div>
                        <div id="hide3" class="hide more" onclick="sage_ev(1, 'clicks/home/sp_down'); glideIt('dyn-layer-holder3','2','145','down'); return false;"><a href="#">Hide</a></div>
                        <div class="layer-content">
                            <h3>Today's hot picks</h3>
                            <div class="splash-wrap">
                            <div class="splash clearfix">
                            <a href="/playbetwin/competitions/ps3-game-comp.php" title="Win a PS3 plus a limited edition Spider-Man 3 game."><img src="/images/spiderman-packshot-60x40.jpg" /></a>                            <p><a href="/playbetwin/competitions/ps3-game-comp.php" title="Win a PS3 plus a limited edition Spider-Man 3 game.">Win a PS3 plus a limited edition Spider-Man 3 game.</a></p>
                            </div>
                            <div class="splash clearfix">
                            <a href="/playbetwin/competitions/bacardicomp.php" title="Cases of the new Bacardi Breezer up for grabs."><img src="/images/bacardi-comp-60x40.jpg" /></a>                            <p><a href="/playbetwin/competitions/bacardicomp.php" title="Cases of the new Bacardi Breezer up for grabs.">Cases of the new Bacardi Breezer up for grabs.</a></p>
                            </div>
                            </div>
                            <ul class="links">
                                <li><a href="/playbetwin/competitions/cf_newyork.php" title="Win a trip for two to New York">Win a trip for two to New York</a></li>
                                <li><a href="/playbetwin/competitions/nikoncamera.php" title="Nikon Coolpix S7c up for grabs">Nikon Coolpix S7c up for grabs</a></li>
                                <li><a href="/playbetwin/competitions/thewho.php" title="Win tickets to see The Who">Win tickets to see The Who</a></li>
                                <li><a href="/playbetwin/competitions/" title="See all of our competitions">See all of our competitions</a></li>
                            </ul>                    
                        </div>        
                        <div class="layerBg"></div>
                    
                    </div>
                
                </div>
            </div>
            </div>
            <!-- / non customer -->     
    
    
    
</div>
 <script type="text/javascript">var rotSplashTimer1 = setTimeout("rotator()",rotateTime); </script>
<!-- / - lead splash tabs -->
I added color to differentiate the 3 tabs and it's content. And the bold is the JS associated with it.
Reply With Quote