IE Problem mit Navigation

Hallo

Ich habe ein Navigationsmenü unterhalb vom Header.
Im Firefox sitzt es perfekt, nur im IE ist es verschoben
die css

[php]
#navi {
position:absolute;
left:205px;
z-index:10;
}

#nav_buttons {
position:fixed;
top:150;

left:255px;
margin:0 auto;
    float: left;
width:100%;
height:24px;
list-style-type:none;

font-size: 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:white;
z-index:10;
}

#nav_buttons a {
background-image:url(pic/button.png);
width:100px;
height:30px;
margin-left: 20px;
display:block;
background-repeat:no-repeat;
text-decoration:none;
padding-top: 7px;
text-align:center;
}

#nav_buttons a:hover {
background-image:url(pic/button2.png);
text-decoration:underline;
}
#nav_buttons li {float: left;}

[/php]die Php
[php]

<?php require "admin/config.php"; ?>

[/php]Bitte nicht schreien^^

Bin Anfänger^^


IE BILD
FF BILD

Um welche IE Version geht es denn?

Hallo habe den fehler gefunden!!!

IE hat Probleme mit = fixed; einfach auf relative; und es geht

danke

Darum habe ich nach der Version gefragt.
Ab IE7 wird position: fixed; unterstützt.