Dennis: div's in IE

Beitrag lesen

Hi Charlie,

<style>

Hier fehlt die type Angabe

#container
{
background-color: #FFFFFF;
margin-top: 15px;
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;

Nimm lieber em Angaben hier, keine px

width: 960px;
position: absolute;
}

Du solltest bei Position Absolute schon auch werte angeben, wie der absolute Abstand sein soll.

#header
{
background-color: #000000;
width: 960px;
height : 74px;
position: absolute;

Vielleicht geht es, wenn du hier noch einfügst:
   top: 0px;
   left: 0px;

}

#language
{
background-color: #FFFFFF;
font-size : 10px;
color: #DE5310;
font-weight : bold;
position: absolute;
left: 760px;
top: 57px;
}
</style>

<div id="container">
<div id="header">
  <img src="logo.gif" border="0" width="200" height="74">
  <div id="language">
   <img src="left_language_border.gif" border="0">
   SELECT YOUR LANGUAGE:&nbsp;<img src="germany.gif" border="0" alt="Deutsch" width="15" height="10">&nbsp;
   <img src="britain.gif" border="0" alt="English" width="15" height="10">
  </div>
</div>
</div>

Stimmt soweit ich es sehe.

MfG, Dennis.

--
Signatur 3 von 3:
Fragen zu Formularen?
http://tutorial.riehle-web.com hilft!