Suporte » Temas » Problemas de tabulação no Style

  • No meu Style está assim:

    * {
    margin:0;
    padding:0;
    }
    
    .container {
    	position:relative;
    	width:1000px;
    	margin-left:-500px;
    	left:50%;
    
    }
    .header {
    	position:relative;
    	width:100%;
    	height:120px;
    	background-color:#333333;
    	border-bottom: 2px solid #000000;
    	box-shadow: 2px 2px 2px #CCCCCC;
    	padding-top:10px;
    
    	}
    
    .centered_header{
    	position:relative;
    	width:1000px;
    	height:120px;
    	margin-left:-500px;
    	left:50%;
    	}
    
    .menu {
    	position:relative;
    	width:100%;
    	height:45px;
    	background-color:#CCCCCC;
    	border-bottom: 2px solid #000000;
    
    }

    E o resultado é esse: http://postimg.org/image/i3hg3yn5h/
    Acontece que preciso que o Menu (cinza) fique abaixo da linha do .header

  • O tópico ‘Problemas de tabulação no Style’ está fechado para novas respostas.