Dani 72: position fixed klappt im IE einfach nicht!

Beitrag lesen

Hallo Oliver,

da ich mit Netobjects arbeite, kann ich am eigentlichen, vorgegebenen Quelltext nichts ändern..

Was hast Du denn jetzt verändert?

Hier mein eingefügter Quelltext:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<!-- [BEGIN Custom2] -->

<!-- [END Custom2] -->
<HEAD>
<!-- [BEGIN Custom3] -->
<style type="text/css">
body {
      background-image:url('http://www.bushido-duesseldorf.de/assets/images/Hokusai-14-sw.jpg');
      background-attachment:fixed;
      background-position:280px 100px;
      background-repeat:no-repeat;
      background-color:white;
      }

a img {border:none}

#logo    {
   position:fixed;
   top:150px;
   left: 700px;
      }

#content {margin-left:280px; width:420px; text-align:right;}
</style>
<!--[if lt IE 7.0]>
  <style type="text/css">#logo {position: absolute; left:700px; top:150};</style>
 <![endif]-->

<title>Die Geschichte des Budo</title>

</head>
<body>