Ver o tópico anterior Ver o tópico seguinte Ir para baixo  Mensagem [Página 1 de 1]

#1
[N]IKE



[N]IKE


Página HTML #2 M8rfADu

Demo:
[Tens de ter uma conta e sessão iniciada para poderes visualizar este link]

Código HTML:
Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       <html>
         <head>
                 <title>3D DESIGN DEMO#2</title>
           <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       <link rel="shortcut icon" type="image/x-icon" href="http://i52.tinypic.com/2cpcd5h.gif" />
                 <link rel="stylesheet" href="http://www.ggames.com.br/css/style.css" type="text/css" media="screen">
           <script type="text/css">
             
       <!--////////////////////////////////////////////////////////////////////////////////-->

       <!--/                                                                            ///-->

       <!--/                                                                              ///-->

       <!--/                    Portal Versão 1.0                              ///-->

       <!--/                    Criado por MateusV.      ///-->

       <!--/                                                                            ///-->

       <!--////////////////////////////////////////////////////////////////////////////////-->
       <script type="text/javascript">

         var _gaq = _gaq || [];
         _gaq.push(['_setAccount', 'UA-28009881-1']);
         _gaq.push(['_trackPageview']);

         (function() {
           var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
           ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
           var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
         })();

             </script>
           
             <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
             <script src="http://espions.webs.com/cufon-yui.js" type="text/javascript"></script>

             <script src="http://espions.webs.com/BabelSans_500.font.js" type="text/javascript"></script>
             <script src="http://espions.webs.com/jquery.easing.1.3.js" type="text/javascript"></script>
       <script>
       function click() {
       if (event.button==2||event.button==3) {
       oncontextmenu='return false';
       }
       }
       document.onmousedown=click
       document.oncontextmenu = new Function("return false;")
       </script>
             <script type="text/javascript">
               $(function() {
                   Cufon.replace('a, span').CSS.ready(function() {
                     var $menu      = $("#slidingMenu");
                   
                     var $selected  = $menu.find('li:first');
                   
                     var $moving      = $('<li />',{
                         className  : 'move',
                         top        : $selected[0].offsetTop + 'px',
                         width      : $selected[0].offsetWidth + 'px'
                     });
                   
                     $('#slidingMenuDesc > div').each(function(i){
                         var $this = $(this);
                         $this.css('top',$menu.find('li:nth-child('+parseInt(i+2)+')')[0].offsetTop + 'px');
                     });
                   
                     $menu.bind('mouseleave',function(){
                           moveTo($selected,400);
                           })
                         .append($moving)
                         .find('li')
                         .not('.move')
                         .bind('mouseenter',function(){
                           var $this = $(this);
                           var offsetLeft = $this.offset().left - 20;
                           //slide in the description
                           $('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':offsetLeft+'px'},400, 'easeOutExpo');
                           //move the absolute div to this item
                           moveTo($this,400);
                           })
                           .bind('mouseleave',function(){
                           var $this = $(this);
                           var offsetLeft = $this.offset().left - 20;
                           //slide out the description
                           $('#slidingMenuDesc > div:nth-child('+ parseInt($this.index()) +')').stop(true).animate({'width':'0px'},400, 'easeOutExpo');
                           });;
                   
                     function moveTo($elem,speed){
                         $moving.stop(true).animate({
                           top      : $elem[0].offsetTop + 'px',
                           width  : $elem[0].offsetWidth + 'px'
                         }, speed, 'easeOutExpo');
                     }
                   }) ;
               });
             </script>
             <style>
                 span.reference{
                     position:fixed;
                     left:10px;
                     bottom:10px;
                     font-size:14px;
                 }
                 span.reference a{
         color:#aaa;
         text-decoration:underline;
                 }
       body {
           background-image: url('http://2.bp.blogspot.com/_5C__rPSf-EA/SlDr37zEfPI/AAAAAAAAADY/c2aYpdMupYA/S1600-R/untitled.bmp') !important;
           background-repeat: no-repeat;
           }
             </style>
         </head>
         <body>
             
               <div>
                       <span class="reference">
                          NOME DO SEU FÓRUM | Desenvolvido por <a href="http://www.ggames.com.br" target="_Blank" alt="Web Designer MateusV.">Leandro & Matheus.</a>  | Hospedado por <a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
                       </span>
             </div>
           
             <div id="slidingMenuDesc" class="slidingMenuDesc">

                   <div><span>Ja se Cadastrou ? Entao faca seu Login aqui!</span></div>
               <div><span>Registre-se e faca parte do NOME DO FÓRUM!</span></div>
           <div><span>Veja o nosso Portal!</span></div>
       
             <ul id="slidingMenu" class="slidingMenu">
                   <li><a href="/forum">Forum</a></li>
               <li><a href="/login" title="">Login</a></li>
               <li><a href="/register" title="">Registro</a></li>
               <li><a href="/portal" title="">Portal</a></li>
               <li><a href="" title=""></a></li>

               <li><a href="" title=""></a></li>

             </ul>

         </body>
       </html>

Ver o tópico anterior Ver o tópico seguinte Ir para o topo  Mensagem [Página 1 de 1]