Jump to content


quadrado na celula


  • Faça o login para participar
4 replies to this topic

#1 Learn

Learn
  • Visitantes

Posted 11/12/2002, 23:57

como eu posso colocar na minha celula qndo da um mouseover ela fica cuma borda interna, igual o menu do site da microsoft.com
vlw

:rolleyes: :angry:

#2 Chinello Cybernético

Chinello Cybernético

    Simplesmente "Chinello"

  • Usuários
  • 1892 posts
  • Sexo:Masculino
  • Localidade:Canoas - RS

Posted 12/12/2002, 00:21

Learn...

Por favor, evite repetir os tópicos...

Quanto ao seu "problema" eu estou tentado resolver, se vc tiver um pouco de paciência, daqui um tempo eu posto aqui o que vc quer...

E por favor, naum repita tópicos... O fórum agradece... ;)
Diego Sampaio - kroW - PHP Framework > http://chinelloweb.net/
chinello at gmail dot com

System > Athlon 64 3200+ Mobile | Kubuntu 7.04 Fesity Fawn AMD64 | Kernel 2.6.20-16
Coding @ KDE 3.5.7 | PHP 5.2.1 | Apache 2.2.3 | MySQL 5.0.38

#3 Chinello Cybernético

Chinello Cybernético

    Simplesmente "Chinello"

  • Usuários
  • 1892 posts
  • Sexo:Masculino
  • Localidade:Canoas - RS

Posted 12/12/2002, 01:10

Ah..

E enquanto eu tento resolver isso pra vc, vc pode se cadastrar aqui no Fórum...

Se cadastra aí, naum dói neim chera :D ...

Valew..
Diego Sampaio - kroW - PHP Framework > http://chinelloweb.net/
chinello at gmail dot com

System > Athlon 64 3200+ Mobile | Kubuntu 7.04 Fesity Fawn AMD64 | Kernel 2.6.20-16
Coding @ KDE 3.5.7 | PHP 5.2.1 | Apache 2.2.3 | MySQL 5.0.38

#4 Chinello Cybernético

Chinello Cybernético

    Simplesmente "Chinello"

  • Usuários
  • 1892 posts
  • Sexo:Masculino
  • Localidade:Canoas - RS

Posted 12/12/2002, 01:30

Ah.. Que pena.. Acho que neim deu tempo pra se cadastrar.. :P

Tá aí véio, o código tem HTML e CSS, é só vc incrementar um pouco que o menu ficará do geito que vc quer... O código abaixo:

<html>
<head>
<title>Menu borda interna</title>
<style type="text/css">
<!--
.tabelafora {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-left-color: #000000;
}
.bordamenu2 {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-left-color: #000000;
}
.hovermenu2 {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-left-color: #000000;
}
.outmenu2 {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #000000;
border-bottom-color: #000000;
border-right-color: #000000;
border-left-color: #000000;
}
-->
</style>
</head>
<body>
<p>&nbsp;</p>
<table border="0" class="tabelafora" width="130">
 <tr>
   <td border="0"  class="bordamenu2" onmouseover="this.className='hovermenu2'" onmouseout="this.className='outmenu2'" width="100%"><font face="Verdana" size="1">Tá aqui o seu menu!</font></td>
 </tr>
 <tr>
   <td border="0"  class="bordamenu2" onmouseover="this.className='hovermenu2'" onmouseout="this.className='outmenu2'" width="100%"><font face="Verdana" size="1">Simples não?</font></td>
 </tr>
 <tr>
   <td border="0"  class="bordamenu2" onmouseover="this.className='hovermenu2'" onmouseout="this.className='outmenu2'" width="100%"><font face="Verdana" size="1">Feito
     em HTML </font></td>
 </tr>
 <tr>
   <td border="0"  class="bordamenu2" onmouseover="this.className='hovermenu2'" onmouseout="this.className='outmenu2'" width="100%"><font face="Verdana" size="1">E
     com CSS</font></td>
 </tr>
</table>
</body>
</html>


Ps.: Tá o código de uma página inteira aí.. Bom, vc se vira neh? :D A parte mais difícil eu já fiz...

Ah, depois de uma resposta desta, com um menu desses, vale a pena se cadastrar neh? :D

Tá aí..

Fui.. :D
Diego Sampaio - kroW - PHP Framework > http://chinelloweb.net/
chinello at gmail dot com

System > Athlon 64 3200+ Mobile | Kubuntu 7.04 Fesity Fawn AMD64 | Kernel 2.6.20-16
Coding @ KDE 3.5.7 | PHP 5.2.1 | Apache 2.2.3 | MySQL 5.0.38

#5 Learn

Learn
  • Visitantes

Posted 12/12/2002, 23:36

hehe, valeu...

eu ja era logado, mas tinha esquecido minha senha <_<

flw :ph34r:




1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq