- Home
- Categorie
- Coding e Sistemistica
- HTML e CSS
- Css Full Screen
-
Css Full Screen
Buongiorno!
Domanda...
ho un layout a colonna singola così composto:#top {
background-color: #CFB2ED;
width: 700px;
height: 193px;
background-image: url(../Immagini/top_master.gif);
margin: 0px auto;
text-align:: left;
}
#indice {
height: auto;
width: 700px;
margin: 0px auto;
text-align: left;
}
#content {
width: 700px;
text-align: left;
background-color: #DCC5F1;
float: no;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
height: 100%;
}
#bottom {
width: 700px;
text-align: center;
height: 20px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
vertical-align: middle;
}coma faccio a far si che il "bottom" rimane sempre a fondo pagina... ovvero dovrei far si che il "content" si espanda... ho provato ad impostagli hight 100%... ma non succede niente...
qualche consiglio?!
Grazie
-
position:relative; bottom:0;
-
:bho: Niente...
ci avevo già provato...
sia mettendolo nel content che nel bottom...
non si "espande"...comunque grazie!!!