salve,
ho inserito 3 box secondo il flusso normale
e voglio che la loro altezza sia rispettivamente
5%, 90% e 5%.
Con IE ed OP riesco ad avere cio', ma
con MOZ i 3 box non vengono neanche visualizzati.
Questo e' il css:
.....................
body { margin:0; padding:0; width:100%; height:100%;
}
#top1 {width:100%; height:5%;
background-color: Red;
}
#middle { width:100%;height:90%; background-color: Lime;
}
#bottom1 {width:100%; height:5%; background-color: Yellow;
}
.....................

Rispondi quotando

le scrollbars si possono evitare anche dando 20 % a testa, 70% al corpo e 9% al piè.