SP-Design

Seja bem-vindo ao SP-Design. Aqui, lhe ajudaremos com o tema de seu Fórum/Blog/site, vocês poderão solicitar e fornecer ajuda a outros usuários sobre o design e estrutura, tanto grafica, tanto em css e templantes.


Regulamento e informações:      
Equipe SP-Design
Regras do fórum
Como entrar na equipe Staff
Seções do fórum:
Pedidos Graficos
Pedidos de Códigos
SP-Design e você
Antes de postar uma dúvida:
Função busca
Perguntas e respostas frequêntes
Tutoriais, dicas e astúcias
Feliz ano novo para você!
Leia a carta de boas festas da equipe SPD.
Área Vip, os códigos mais inovadores
Obtenha os códigos mais inovadores de nosso fórum, atraves de pontos de Cash.
Leia as Regras do SP-Design
Acabou de chegar? Para se "enturmar" rapidamente leia as regras desse fórum.
Tutoriais e Dicas
Veja aqui nossos tutoriais inéditos, e muitos outros tutoriais sobre Design.
Publique no SPublicidade
Publique, peça opinião de pessoas experientes, divulgue o seu trabalho com o SPublicidade
Modifique o visual do seu fórum
Dúvidas sobre códigos HTML, CSS, BBCode e JQuery. Também, poderá tirar dúvidas sobre Templantes.
Faça Pedidos Gráficos para seu fórum
Este é um serviço gratuito para customização e criação de banners, logos, avatares, ícones...
Novo Administrador na comunidade
Pro Administradores adicionam novo administrador na equipe SPD.

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

Ryuuga Katoretto

Ryuuga Katoretto
sou nível 8

Qua 26 Dez 2012, 7:47 am

Qual é minha questão:
Pessoal eu tentei fazer a página HTML do portal personalizado mas sendo que eu queria alterar a cor do quadrado que aparece ( os 2 , grande e pequeno ) quando passamos o mause em cima dos nomes , ele está em azul , queria bota-lo em vermelho escuro

Imagem do meu problema:


Endereço do meu fórum:
[url=deathnote-therpg.forumeiros.com]deathnote-therpg.forumeiros.com[/url]

Versão do meu fórum:
PUNBB



link do portal : http://deathnote-therpg.forumeiros.com/h1-death-note-rpg

HenRyqUéè

HenRyqUéè
Administrador
Desenvolvedor Web

Qua 26 Dez 2012, 7:51 am

Mande-mé o código-fonte da página e a cor hexadecimal precisa que você quer..

Ryuuga Katoretto

Ryuuga Katoretto
sou nível 8

Qua 26 Dez 2012, 8:13 am

Código:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
          <title>Death Note RPG</title>
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" type="image/x-icon" href="http://fc01.deviantart.net/fs23/f/2007/358/c/e/Death_Note_Emoticon_ver_2_by_Seirenth.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                                              ///-->
 
<!--/                    Editado por Henrique                              ///-->
 
<!--/                                                                                              ///-->
 
<!--////////////////////////////////////////////////////////////////////////////////-->
      <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:#bd3333;
  text-decoration:underline;
          }
body {
    background-image: url('http://3.bp.blogspot.com/-_yP_Al-g9UI/T6xRypsbUbI/AAAAAAAADM4/jVJeaugSH5o/s1600/itazura+draamas+3.jpg') !important;
    background-repeat: no-repeat;
    }
      </style>
  </head>
  <body>
     
        <div>
                <span class="reference">
                    DNRPG 2012 | Editado pela <a href="www.deathnote-therpg.forumeiros.com" target="_Blank" alt="Web Designer HENRIQUE">Equipe DNRPG</a>  | Hospedado por <a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
                </span>
      </div>
   
      <div id="slidingMenuDesc" class="slidingMenuDesc">
 
            <div><span>Logue-se ao Portal</span></div>
            <div><span>Seja um dos nossos Parceiros</</span></div>
            <div><span>Tire Duvidas e tenha Suporte</span></div>
            <div><span>Sistema de Busca do Forum</span></div>
            <div><span>Chat Do Forum</span></div>
            <div><span>Logue-se no Forum</span></div>
          </div>
 
 
      <ul id="slidingMenu" class="slidingMenu">
            <li><a href="/forum">Forum</a></li>
            <li><a href="/portal" title="">Portal</a></li>
            <li><a href="/f20-parceria" title="">Parceria</a></li>
            <li><a href="/faq" title="">FAQ</a></li>
            <li><a href="/search?mode=searchbox&search_keywords=&show_results=topics" title="">Buscar</a></li>
            <li><a href="/chatbox/index.forum" title="">ChatBox</a></li>
 
            <li><a href="/login" title="">Login</a></li>
 
      </ul>
 
  </body>
</html>

Cor : #700404

[F]lames

[F]lames
Desenvolvedor Web

Qua 26 Dez 2012, 8:18 am

Olá,

Adicione isto á teu CSS:

Código:
.slidingMenu li.move {     
   background:
      -webkit-gradient(
         linear,
         left top,
         left bottom,
         from(#700404),
         to(#700404)
      );
media="screen"
.slidingMenuDesc div {
background: #700404 !important;
}
Resulta ?

Até mais.

Ryuuga Katoretto

Ryuuga Katoretto
sou nível 8

Qua 26 Dez 2012, 8:28 am

[f]lames - nn adiantou nadaz Sad - very bad Sad

[F]lames

[F]lames
Desenvolvedor Web

Qua 26 Dez 2012, 8:48 am

Olá,

Troque o código da página inteira por este:

Código:
<html class="cufon-active cufon-ready"><head>
          <title>Death Note RPG</title>
          <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" type="image/x-icon" href="http://fc01.deviantart.net/fs23/f/2007/358/c/e/Death_Note_Emoticon_ver_2_by_Seirenth.gif">
         
    <script type="text/css">
     
<!--////////////////////////////////////////////////////////////////////////////////-->
 
<!--/                                                                                              ///-->
   
<!--/                                                                                              ///-->
   
<!--/                    Portal Versão 1.0                                              ///-->
 
<!--/                    Editado por Henrique                              ///-->
 
<!--/                                                                                              ///-->
 
<!--////////////////////////////////////////////////////////////////////////////////-->
      <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><style type="text/css">cufon{text-indent:0!important;}@media screen,projection{cufon{display:inline!important;display:inline-block!important;position:relative!important;vertical-align:middle!important;font-size:1px!important;line-height:1px!important;}cufon cufontext{display:-moz-inline-box!important;display:inline-block!important;width:0!important;height:0!important;overflow:hidden!important;text-indent:-10000in!important;}cufon canvas{position:relative!important;}}@media print{cufon{padding:0!important;}cufon canvas{display:none!important;}}</style>
 
      <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:#bd3333;
  text-decoration:underline;
          }
body {
    background-image: url('http://3.bp.blogspot.com/-_yP_Al-g9UI/T6xRypsbUbI/AAAAAAAADM4/jVJeaugSH5o/s1600/itazura+draamas+3.jpg') !important;
    background-repeat: no-repeat;
    }
      body, ul, li, h1, h2, span{
   margin:0;
   padding:0;
}
ul{
   list-style:none;
}
body{
   color: #D4D4D4;
   background-color: #292929;
   background-repeat: no-repeat;
   background-image: url(../images/background-ggames.jpg);
   background-position: left top;
}
.slidingMenu {
   position: absolute;
   height:800px;
   width: 710px;
   top:40px;
   overflow:hidden;
   right:1px;
   font-family: Arial, Helvetica, sans-serif;
}
.slidingMenu li {
   display:block;
   float:right;
   clear:both;
   position:relative;
   overflow:hidden;
}
.slidingMenu li.move {
   width: 9px;
   height: 68px;
   right:0px;
   padding-right:10px;
   margin-top:2px;
   z-index: 8;
   position: absolute;   
   background: #2183c4;   
   background:
      -webkit-gradient(
         linear,
         left top,
         left bottom,
         from(#700404),
         to(#700404)
      );   
   background:
      -moz-linear-gradient(
         top,
         #700404,
         #700404
      );   
   -moz-border-radius: 8px 0px 0px 8px; 
   -webkit-border-top-left-radius: 8px;       
   -webkit-border-bottom-left-radius: 8px;
   border-top-left-radius: 8px; 
   border-bottom-left-radius: 8px;       
   -moz-box-shadow:1px 1px 5px #000;
   -webkit-box-shadow:1px 1px 5px #000;
   box-shadow:1px 1px 5px #000;   
   }
.slidingMenu li a {
   text-shadow:0px 5px 9px #000000;
   font-size:66px;
   text-transform:uppercase;
   text-decoration: none;
   color: #ddd;
   outline: none;
   text-indent:5px;
   z-index: 10;
   display: block;
   float: right;
   height: 66px;
   line-height: 66px;
   position: relative;
   overflow: hidden;
   padding-right:10px;
}
/* Descriptions */
.slidingMenuDesc{
   margin-top:40px;
   position:relative;
}
.slidingMenuDesc div{
   background: #700404;   
   background:
      -webkit-gradient(
         linear,
         left top,
         left bottom,
         from(#700404),
         to(#700404)
      );   
   background:
      -moz-linear-gradient(
         top,
         #700404,
         #700404
      );     
   height: 68px;
   padding-right:5px;
   left:-5px;
   width:0px;
   margin-top:2px;
   overflow:hidden;
   position:absolute;
   -moz-box-shadow:1px 1px 5px #000;
   -webkit-box-shadow:1px 1px 5px #000;
   box-shadow:1px 1px 5px #000;
   -moz-border-radius: 0px 8px 8px 0px; 
   -webkit-border-top-right-radius: 8px;       
   -webkit-border-bottom-right-radius: 8px;
   border-top-right-radius: 8px; 
   border-bottom-right-radius: 8px;
}
.slidingMenuDesc div span {
   font-size:36px;
   color: #f0f0f0;
   text-indent:5px;
   z-index: 10;
   display: block;
   height: 66px;
   line-height: 66px;
   position:absolute;
   right:10px;
   margin-left:5px;
   top:-3px;
}</style>
  </head>
  <body>
     
        <div>
                <span class="reference"><cufon class="cufon cufon-canvas" alt="DNRPG " style="width: 46px; height: 14px;"><canvas width="55" height="15" style="width: 55px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext>DNRPG </cufontext></cufon><cufon class="cufon cufon-canvas" alt="2012 " style="width: 28px; height: 14px;"><canvas width="37" height="15" style="width: 37px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext>2012 </cufontext></cufon><cufon class="cufon cufon-canvas" alt="| " style="width: 7px; height: 14px;"><canvas width="16" height="15" style="width: 16px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext>| </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Editado " style="width: 45px; height: 14px;"><canvas width="53" height="15" style="width: 53px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext>Editado </cufontext></cufon><cufon class="cufon cufon-canvas" alt="pela " style="width: 27px; height: 14px;"><canvas width="36" height="15" style="width: 36px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext>pela </cufontext></cufon><a href="www.deathnote-therpg.forumeiros.com" target="_Blank" alt="Web Designer HENRIQUE"><cufon class="cufon cufon-canvas" alt="Equipe " style="width: 40px; height: 14px;"><canvas width="49" height="15" style="width: 49px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext>Equipe </cufontext></cufon><cufon class="cufon cufon-canvas" alt="DNRPG" style="width: 43px; height: 14px;"><canvas width="46" height="15" style="width: 46px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext>DNRPG</cufontext></cufon></a><cufon class="cufon cufon-canvas" alt=" " style="width: 4px; height: 14px;"><canvas width="13" height="15" style="width: 13px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext> </cufontext></cufon><cufon class="cufon cufon-canvas" alt="| " style="width: 7px; height: 14px;"><canvas width="16" height="15" style="width: 16px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext>| </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Hospedado " style="width: 67px; height: 14px;"><canvas width="76" height="15" style="width: 76px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext>Hospedado </cufontext></cufon><cufon class="cufon cufon-canvas" alt="por " style="width: 22px; height: 14px;"><canvas width="30" height="15" style="width: 30px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext>por </cufontext></cufon><a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros"><cufon class="cufon cufon-canvas" alt="Forumeiros." style="width: 65px; height: 14px;"><canvas width="74" height="15" style="width: 74px; height: 15px; top: 0px; left: -1px;"></canvas><cufontext>Forumeiros.</cufontext></cufon></a></span>
      </div>
   
      <div id="slidingMenuDesc" class="slidingMenuDesc">
 
            <div style="top: 66px;"><span><cufon class="cufon cufon-canvas" alt="Logue-se " style="width: 131px; height: 36px;"><canvas width="154" height="37" style="width: 154px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Logue-se </cufontext></cufon><cufon class="cufon cufon-canvas" alt="ao " style="width: 41px; height: 36px;"><canvas width="64" height="37" style="width: 64px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>ao </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Portal" style="width: 82px; height: 36px;"><canvas width="107" height="37" style="width: 107px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Portal</cufontext></cufon></span></div>
            <div style="top: 132px; width: 0px; display: block;"><span><cufon class="cufon cufon-canvas" alt="Seja " style="width: 68px; height: 36px;"><canvas width="91" height="37" style="width: 91px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Seja </cufontext></cufon><cufon class="cufon cufon-canvas" alt="um " style="width: 48px; height: 36px;"><canvas width="71" height="37" style="width: 71px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>um </cufontext></cufon><cufon class="cufon cufon-canvas" alt="dos " style="width: 57px; height: 36px;"><canvas width="80" height="37" style="width: 80px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>dos </cufontext></cufon><cufon class="cufon cufon-canvas" alt="nossos " style="width: 106px; height: 36px;"><canvas width="128" height="37" style="width: 128px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>nossos </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Parceiros" style="width: 129px; height: 36px;"><canvas width="145" height="37" style="width: 145px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Parceiros</cufontext></cufon><!--</span--></span></div>
            <div style="top: 198px;"><span><cufon class="cufon cufon-canvas" alt="Tire " style="width: 59px; height: 36px;"><canvas width="82" height="37" style="width: 82px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Tire </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Duvidas " style="width: 118px; height: 36px;"><canvas width="141" height="37" style="width: 141px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Duvidas </cufontext></cufon><cufon class="cufon cufon-canvas" alt="e " style="width: 24px; height: 36px;"><canvas width="47" height="37" style="width: 47px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>e </cufontext></cufon><cufon class="cufon cufon-canvas" alt="tenha " style="width: 83px; height: 36px;"><canvas width="105" height="37" style="width: 105px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>tenha </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Suporte" style="width: 108px; height: 36px;"><canvas width="122" height="37" style="width: 122px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Suporte</cufontext></cufon></span></div>
            <div style="top: 264px;"><span><cufon class="cufon cufon-canvas" alt="Sistema " style="width: 117px; height: 36px;"><canvas width="139" height="37" style="width: 139px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Sistema </cufontext></cufon><cufon class="cufon cufon-canvas" alt="de " style="width: 41px; height: 36px;"><canvas width="64" height="37" style="width: 64px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>de </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Busca " style="width: 93px; height: 36px;"><canvas width="115" height="37" style="width: 115px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Busca </cufontext></cufon><cufon class="cufon cufon-canvas" alt="do " style="width: 41px; height: 36px;"><canvas width="64" height="37" style="width: 64px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>do </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Forum" style="width: 85px; height: 36px;"><canvas width="92" height="37" style="width: 92px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Forum</cufontext></cufon></span></div>
            <div style="top: 330px;"><span><cufon class="cufon cufon-canvas" alt="Chat " style="width: 71px; height: 36px;"><canvas width="93" height="37" style="width: 93px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Chat </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Do " style="width: 46px; height: 36px;"><canvas width="69" height="37" style="width: 69px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Do </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Forum" style="width: 85px; height: 36px;"><canvas width="92" height="37" style="width: 92px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Forum</cufontext></cufon></span></div>
            <div style="top: 396px;"><span><cufon class="cufon cufon-canvas" alt="Logue-se " style="width: 131px; height: 36px;"><canvas width="154" height="37" style="width: 154px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Logue-se </cufontext></cufon><cufon class="cufon cufon-canvas" alt="no " style="width: 41px; height: 36px;"><canvas width="64" height="37" style="width: 64px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>no </cufontext></cufon><cufon class="cufon cufon-canvas" alt="Forum" style="width: 85px; height: 36px;"><canvas width="92" height="37" style="width: 92px; height: 37px; top: 1px; left: -2px;"></canvas><cufontext>Forum</cufontext></cufon></span></div>
          </div>
 
 
      <ul id="slidingMenu" class="slidingMenu">
            <li><a href="/forum"><cufon class="cufon cufon-canvas" alt="Forum" style="width: 189px; height: 66px;"><canvas width="202" height="68" style="width: 202px; height: 68px; top: 1px; left: -3px;"></canvas><cufontext>Forum</cufontext></cufon></a></li>
            <li><a href="/portal" title=""><cufon class="cufon cufon-canvas" alt="Portal" style="width: 207px; height: 66px;"><canvas width="234" height="68" style="width: 234px; height: 68px; top: 1px; left: -3px;"></canvas><cufontext>Portal</cufontext></cufon></a></li>
            <li><a href="/f20-parceria" title=""><cufon class="cufon cufon-canvas" alt="Parceria" style="width: 270px; height: 66px;"><canvas width="291" height="68" style="width: 291px; height: 68px; top: 1px; left: -3px;"></canvas><cufontext>Parceria</cufontext></cufon></a></li>
            <li><a href="/faq" title=""><cufon class="cufon cufon-canvas" alt="FAQ" style="width: 102px; height: 66px;"><canvas width="118" height="68" style="width: 118px; height: 68px; top: 1px; left: -3px;"></canvas><cufontext>FAQ</cufontext></cufon></a></li>
            <li><a href="/search?mode=searchbox&search_keywords=&show_results=topics" title=""><cufon class="cufon cufon-canvas" alt="Buscar" style="width: 221px; height: 66px;"><canvas width="240" height="68" style="width: 240px; height: 68px; top: 1px; left: -3px;"></canvas><cufontext>Buscar</cufontext></cufon></a></li>
            <li><a href="/chatbox/index.forum" title=""><cufon class="cufon cufon-canvas" alt="ChatBox" style="width: 249px; height: 66px;"><canvas width="271" height="68" style="width: 271px; height: 68px; top: 1px; left: -3px;"></canvas><cufontext>ChatBox</cufontext></cufon></a></li>
 
            <li><a href="/login" title=""><cufon class="cufon cufon-canvas" alt="Login" style="width: 160px; height: 66px;"><canvas width="179" height="68" style="width: 179px; height: 68px; top: 1px; left: -3px;"></canvas><cufontext>Login</cufontext></cufon></a></li>
 
      <li class="move" top="0px" style="width: 204px; top: 0px; display: block; overflow: hidden;"></li></ul>
 
 
</body></html>
Resulta ?

Até mais.

Ryuuga Katoretto

Ryuuga Katoretto
sou nível 8

Qua 26 Dez 2012, 9:10 am

Olá , só ouve um probleminha , o fórum ( o nome ) fica com o retangulo vermelho direto , nn teria como fazer como os outros que apenas aparece quando clica ?

HenRyqUéè

HenRyqUéè
Administrador
Desenvolvedor Web

Qua 26 Dez 2012, 9:26 am

Código:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
      <head><style>
.slidingMenu li.move {
   width: 9px;
   height: 68px;
   right:0px;
   padding-right:10px;
   margin-top:2px;
   z-index: 8;
   position: absolute;   
   background:#700404;   
   background:
      -webkit-gradient(
         linear,
         left top,
         left bottom,
         from(#700404),
         to(#700404)
      )!Important;   
   background:
      -moz-linear-gradient(
         top,
         #700404,
         #700404
      )!Important;   
   -moz-border-radius: 8px 0px 0px 8px; 
   -webkit-border-top-left-radius: 8px;       
   -webkit-border-bottom-left-radius: 8px;
   border-top-left-radius: 8px; 
   border-bottom-left-radius: 8px;       
   -moz-box-shadow:1px 1px 5px #000;
   -webkit-box-shadow:1px 1px 5px #000;
   box-shadow:1px 1px 5px #000;   
   }
.slidingMenuDesc div{
   background: #700404;   
   background:
      -webkit-gradient(
         linear,
         left top,
         left bottom,
         from(#700404),
         to(#700404)
      )!Important;   
   background:
      -moz-linear-gradient(
         top,
         #700404,
         #700404
      )!Important;     
   height: 68px;
   padding-right:5px;
   left:-5px;
   width:0px;
   margin-top:2px;
   overflow:hidden;
   position:absolute;
   -moz-box-shadow:1px 1px 5px #000;
   -webkit-box-shadow:1px 1px 5px #000;
   box-shadow:1px 1px 5px #000;
   -moz-border-radius: 0px 8px 8px 0px; 
   -webkit-border-top-right-radius: 8px;       
   -webkit-border-bottom-right-radius: 8px;
   border-top-right-radius: 8px; 
   border-bottom-right-radius: 8px;
}
</style>
              <title>Death Note RPG</title>
              <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <link rel="shortcut icon" type="image/x-icon" href="http://fc01.deviantart.net/fs23/f/2007/358/c/e/Death_Note_Emoticon_ver_2_by_Seirenth.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                                              ///-->
   
    <!--/                    Editado por Henrique                              ///-->
   
    <!--/                                                                                              ///-->
   
    <!--////////////////////////////////////////////////////////////////////////////////-->
          <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:#bd3333;
      text-decoration:underline;
              }
    body {
        background-image: url('http://3.bp.blogspot.com/-_yP_Al-g9UI/T6xRypsbUbI/AAAAAAAADM4/jVJeaugSH5o/s1600/itazura+draamas+3.jpg') !important;
        background-repeat: no-repeat;
        }
          </style>
      </head>
      <body>
       
            <div>
                    <span class="reference">
                        DNRPG 2012 | Editado pela <a href="www.deathnote-therpg.forumeiros.com" target="_Blank" alt="Web Designer HENRIQUE">Equipe DNRPG</a>  | Hospedado por <a href="http://www.forumeiros.com" target="_Blank" alt="Forumeiros">Forumeiros.</a>
                    </span>
          </div>
     
          <div id="slidingMenuDesc" class="slidingMenuDesc">
   
                <div><span>Logue-se ao Portal</span></div>
                <div><span>Seja um dos nossos Parceiros</</span></div>
                <div><span>Tire Duvidas e tenha Suporte</span></div>
                <div><span>Sistema de Busca do Forum</span></div>
                <div><span>Chat Do Forum</span></div>
                <div><span>Logue-se no Forum</span></div>
              </div>
   
   
          <ul id="slidingMenu" class="slidingMenu">
                <li><a href="/forum">Forum</a></li>
                <li><a href="/portal" title="">Portal</a></li>
                <li><a href="/f20-parceria" title="">Parceria</a></li>
                <li><a href="/faq" title="">FAQ</a></li>
                <li><a href="/search?mode=searchbox&search_keywords=&show_results=topics" title="">Buscar</a></li>
                <li><a href="/chatbox/index.forum" title="">ChatBox</a></li>
   
                <li><a href="/login" title="">Login</a></li>
   
          </ul>
   
      </body>
    </html>

Resulta??

Ryuuga Katoretto

Ryuuga Katoretto
sou nível 8

Qua 26 Dez 2012, 9:36 am

Resolvido , XD

HenRyqUéè

HenRyqUéè
Administrador
Desenvolvedor Web

Qua 26 Dez 2012, 9:38 am



Topic Solved &; Locked


Tópico finalizado e movido para:
Questões resolvidas
Pedidos finalizados

Motivo: Resolvido.


Conteúdo patrocinado

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

Você não está conectado. Conecte-se ou registre-se



Permissões neste sub-fórum
Não podes responder a tópicos

TiagoDJ-7.0, Seg 03 Mar 2014, 3:21 pm

Tenma Hiraga, Dom 12 Jan 2014, 2:49 pm

TiagoDJ-7.0, Ter 31 Dez 2013, 5:50 pm

Crowley, Ter 31 Dez 2013, 8:42 am

TiagoDJ-7.0, Sex 27 Dez 2013, 9:33 pm

Ghost, Sex 27 Dez 2013, 6:37 pm

Crowley, Sex 27 Dez 2013, 12:53 pm

Crowley, Sex 27 Dez 2013, 12:46 pm

Destaque do Fórum
Destaque do Fórum

Carregando avatar...
Muito Obrigado
Parabens para o Membro destaque do fórum, pela sua ótima competencia em nosso fórum, um agradecimento dos Usuários e de toda a equipe a você !! Muito Obrigado !!

Quer um Widget igual a este ?
peça o seu aqui >>>

 

Atualizado com e-referrer
Publicidade | SEJA NOSSO PARCEIRO
Naruto Rpg FutureLes power infoMaster ExpShiftactifThe forum of Codes

2012 © SP-Design - Ajuda na criação de códigos e na aparência de seu Fórum™ - Design de Cyllaz - Todos os direitos reservados ®