ugrás a tartalomhoz

Archívum - Júl 2, 2005 - Fórum téma

Tobbreszes fejlec pozicionalas CSS-sel

Anonymous · 2005. Júl. 2. (Szo), 14.16
Sziasztok!

A gondom a kovetkezo: adott egy oldal, aminek a header reszevel kuszkodok.
Ez igy nezne ki:

CSS:
.header {
    background: #fff;
    width: 680px;
    height: 120px;
    border-bottom: 1px solid #006DAB;
/*    border: 1px solid #006DAB; */
}

.header_logo {
    float: left;
    background: #fff;
    width: 120px;
    height: 120px;
}

.header_content {
    float: right;
}

.header_top {
    background: #efefef;
    width: 560px;
    height: 95px;
}

.header_nav {
    background: #fff;
    width: 560px;
    height: 25px;
}


HTML:
<div class="header">
   <div class="header_logo">
      <img src="/images/header.png" />
   </div>
   <div class="header_content">
      <div class="header_top">asd</div>
      <div class="header_nav">asdf</div>
   </div>
</div>


Operaban, Firefoxban ragyogoan megjeleniti, ugy, ahogyan szeretnem, viszont IE-ben a header_logo ala teszi a header_content-et.
Mit csinalok rosszul?