mi associo alla richiesta, anche io ho un css che funziona correttamente su IE6 e non su Firefox3.5. Per ragioni di lavoro devo usare queste due versioni dei browser.
Grazie per l'aiuto!

ecco il mio css:
#container {
border-width: thin;
border-color: #003366;
border-style: solid;
position: absolute;
font-size: 10pt;
color: #003366;
font-family: Verdana;
height: 745px;
width: 100%;
padding: 3p;
text-align:center;
}

#header {
padding-top: 7px;
border-width: thin;
border-color: #003366;
border-style: solid;;
position: relative;
height: 40px;
width: 100%;
margin: 1px
}

#toolbar {
border-width: thin;
border-color: #003366;
border-style: solid;;
height: 25px;
width: 100%;
margin: 1px
}

#sidebar {
position: relative;
border-width: 0px;
border-color: #003366;
border-style: solid;;
margin-right: 0px;
width: 23%;
min-width: 10px;
min-height: 10px;
height: 100%;
top: 10px;
margin-bottom: 1px;
margin-top: 1px;
}

#box {
position: relative;
border-width: thin;
border-color: #003366;
border-style: solid;;
width: 97%;
height: 26%;
margin-bottom: 6px;
margin-top: 1px;
}

#content {
position: relative;
border-width: thin;
border-color: #003366;
border-style: solid;
float: left;
width: 75%;
min-width: 20px;
min-height: 20px;
height: 100%;
margin: 1px
}