- position: fixed non è supportato da IE6 (ma ci sono dei workaround, ad esempio http://www.webmasterworld.com/css/3592524.htm che fa uso di espressioni js e che va definito su apposito css per IE6. Un altro workaround è http://tagsoup.com/cookbook/css/fixed/ ma crea fastidosi problemi al rendering delle scrollbar)
- height : 100% ad un elemento non ha significato se non è in posizione statica o se nessuno dei suoi antenati non definisce un altezza (in questo caso dovresti dare un height fissa al body, o percentuale agli elementi body e html )