Visualizzazione dei risultati da 1 a 4 su 4
  1. #1

    Testo sull'header

    Ho creato una bozza di layout per fare delle prove.

    Vi inserisco il codice:

    codice:
    body {
    	background-color: #3a3a3a;
    	background-image: url(images/BGtext.jpg);
    	background-repeat: repeat-Y;
    	background-position: center;
    	margin: 0px;
    	
    }
    #header{
    	background-image: url(images/header.jpg);
    	
    	height: 66px;
    	width: 601px;
    	position: fixed;
    	top:0px;
    	left: 50%;
    	margin-left: -301px;
    }
    
    
    
    
    #footer{
    	background-image: url(images/footer.jpg);
    	height: 34px;
    	width: 601px;
    	position: fixed;
    	top: 100%;
    	left: 50%;
    	margin-top: -34px;
    	margin-left: -301px;
    }
    #struct1{
    	width: 601px;
    	position: absolute;
    	top:65px;
    	left: 50%;
    	margin-left: -301px;
    }
    #text{
    	width: 500px;
    	padding: 10px 20px 10px 40px;
    	position: absolute;
    	left: 50%;
    	margin-left: -301px;
    	color: green;
    	font-weight: bold;
    	
    }
    Il problema è, che se accorcio il layout, il testo andando in giù con la barra spaziatrice va "sopra all'header" invece che andare sotto, come io credevo che facesse normalmente.

    Come posso fare per far sì che il testo sparisca sia sotto che sopra senta sovrapporsi?
    Never try to teach a pig to sing. It wastes your time and annoys the pig

  2. #2
    ecco l'immagine per far vedere ciò che succede:
    Immagini allegate Immagini allegate
    Never try to teach a pig to sing. It wastes your time and annoys the pig

  3. #3
    Prova ad impostare lo z-index per l'header e per il contenuto, avendo cura di assegnare un valore più alto a quello dell'header.
    CODENCODE \ Branding \ Design \ Marketing
    www.codencode.it

  4. #4
    Eh, sì, ecco cosa mi ero scordato.

    Grazie
    Never try to teach a pig to sing. It wastes your time and annoys the pig

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.