Prima di tutto non puoi dare lo stesso id a più elementi, usa "class".
Poi assicurati che "navigazione1" non abbia settato un altro colore di background.
Poi prova con questo codice:
Codice HTML:
<div id= 'navigazione1' style= 'background-color: white; height: 30px; width: 1080px;position:fixed;left:50%;margin-left:-540px; '>
<button onclick="window.location='#'"; class="normal">HOMEPAGE</button>
<button onclick="window.location=#'"; class="normal">CHI SIAMO</button>
<button onclick="window.location='#'"; class="normal">INFORMAZIONI</button>
<button onclick="window.location='#'"; class="normal">REGISTRATI</button>
<button onclick="window.location='#'"; class="normal">ACCEDI</button>
</div>
Se proprio non diventa bianco potresti provare a dargli un important:
Codice HTML:
... style= 'background-color: white !important; ...