neuer: LAyout mit Float: Warum nicht nebeneinander?

Hallo

Habe ein Layout:
-----------------------------------
<body>
<div id="page">
 <div id="rand"></div>
 <div id="logo"><img src="/_images/logo.gif" border="0" alt="Logo></div>
 <div id="site">
  <img src="/_images/header.jpg" border="0" id="header" alt="HeaderBild"></div>
 </div>
</body>
-----------------------------------

Sowie das CSS dazu:
-----------------------------------
#page{
 width: 60em;
 margin: auto;
 padding:0em 0em 0em 0em;
 background-color:#FFFFFF;
 text-align:left;
 }
#rand{
 width: 3.7em;
 height: 100%;
 float:left;
 background-color:#cccccc;
 }
#logo{
 width: 6.6em;
 margin-left: 0.7em;
 height: 100%;
 float:left;
 background-color:#ff0099;
 }
#logo img{
 width: 6.6em;
 height:auto;
}
#site{
 width: 44.5em;
 margin-left: 5em;
 float: left;
 background-color:#FFFFFF;
 }
#header{
 height: 20.2em;
 width: 44.5em;
 }

-----------------------------------

Nun habe ich das Problem dass das Div "site" nicht links vom Logo div steht? Was mache ich falsch?

Thx

  1. Hello out there!

    Nun habe ich das Problem dass das Div "site" nicht links vom Logo div steht?

    War das eine Frage.

    "site" steht im Quelltext nach "logo", warum sollt es bei der bei uns üblichen Leserichtung links davon dargestellt werden?

    Was mache ich falsch?

    Wolltes du "logo" 'float: right' verpassen?

    See ya up the road,
    Gunnar

    --
    „Wer Gründe anhört, kommt in Gefahr nachzugeben.“ (Goethe)
    1. ->"site" steht im Quelltext nach "logo", warum sollt es bei der bei uns ->üblichen Leserichtung links davon dargestellt werden?

      Hallo? Schon mal was von CSS gehört?

      nein ich möchte dass rand, logo und site nebeneinander stehen, darum haben alle float:left...

      gruss

      1. Hello out there!

        Hallo? Schon mal was von CSS gehört?

        Ja. _Ich_ weiß sogar, wie man es anwendet, um das Gewünschte zu erreichen.

        Diese Gabe haben nicht alle. Dafür haben manche die Gabe, Antwortenden dumm kommen zu wollen. Ob's hilft?

        See ya up the road,
        Gunnar

        --
        „Wer Gründe anhört, kommt in Gefahr nachzugeben.“ (Goethe)
      2. hi,

        Hallo? Schon mal was von CSS gehört?

        Hallo? Schon mal was von Rechnen, Mathematik, ... gehört?

        #rand{
        width: 3.7em;

        3,7 plus

        #logo{
        width: 6.6em;
        margin-left: 0.7em;

        6,6 plus 0,7 plus

        #site{
        width: 44.5em;
        margin-left: 5em;

        44,5 plus 5

        gleich 60,5.

        #page{
        width: 60em;

        60,5 > 60

        gruß,
        wahsaga

        --
        /voodoo.css:
        #GeorgeWBush { position:absolute; bottom:-6ft; }