Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

lezão

posição do meu

Recommended Posts


Ola Galera, bom dia!

 

estou com um probleminha com meu menu, naun estou conseguindo coloca-lo no lugar desejado...

 

estou utilizando box-shadow, e gostaria de deixar o menu sobre esse box-shadow ...

 

veja como ficou http://www.demestofados.com.br/prod.asp

 

 

 

Css

#tudo {
width: 980px;
margin: -30px 15px 15px 179px;
padding: 0px;
text-align:left; /* "remédio" para o hack do IE */
}
#conteudo {
width: 980px;
margin: -30px 15px 15px
padding: 0px;
border-radius: 10px;
box-shadow: 0px 5px 7px 1px #ccc; //sombra
}

#hora{ width: 176px; height: 100px; text-align:right; /* "remédio" para o hack do IE */ background: url(../Imagens/0.png) no-repeat bottom; } #menu{ width: 980px; height: 100px; text-align:left; /* "remédio" para o hack do IE */ background: url(../Imagens/2.png) no-repeat bottom; } #final-menu{ width: 53px; height: 100px; text-align:left; /* "remédio" para o hack do IE */ background: url(../Imagens/3.png) no-repeat bottom; }

Html

<div class="style2 style3" style="position: absolute; top: 180px; left: 1px; width: 100px; height: 100">

    <div id="hora">
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="176px"><div align="center">
      <font size="6" color="#CCCCCC" face="Tahoma"><script>writeclock()</SCRIPT></font>
</div>
</td>
    <td width="100%" >
    
        <div id="menu">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td> </td>
        </tr>
        <tr>
          <td>
		 <font size="3" face=" Arial, Helvetica, sans-serif"> 
		  <!--#include file="menu.asp" -->
          </font>
          
</td>
        </tr>
        <tr>
          <td> </td>
</tr>
        <tr>
          <td> </td>
        </tr>
        </table>
    </div>
    
    </td>
    <td><div id="final-menu"></div></td>
  </tr>
</table>

   </div> 

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.