Jan: IE 7 hat probleme mit margin und padding 0

Beitrag lesen

Oh, der Fehler ist mir noch garnicht aufgefallen ;)

hier nun die css (ist noch nicht sortiert):
Habs nochma mit demm FF und IE6 getestet, keine probleme !

#Wrapper {
      width: 100%;
      min-width: 760px;
      padding: 0px;
}
html, body {
      margin: 0;
      padding: 0;
      border: 0 none;
      font-family: Arial;
      background-color: #FFFFFF;
      height: 100%;

}
table.main {
       font-family: Arial;
       font-size: small;
       border-spacing: 0px;
       border-color: #000000 ;
       border: 1px;
       border-style: solid;
       width: 100%;
       height: 100%;
}
td.head {
       border-spacing: 0px;
       background-color: #D5DBE5;
       border: 0px;
}
td.head_logo {
       border-spacing: 0px;
       background-color: #FFFFFF;
       border: 0px;
}
td.head_boarder {
       border-spacing: 0px;
       background-color: #2B477F;
       border: 0px;
}
td.footer {
       border-spacing: 0px;
       background-color: #2B477F ;
       border: 0px;
}
td.menu {
       border-spacing: 0px;
       border-right: 0px;
       background-color: #D5DBE5;
       height: 100%;

}
td.menu1 {
       background-color: #D5DBE5;
       height: 100%;

}
td.maintblhead {
       background-color: #2B477F;
       border-bottom: 1px;
       border-bottom-color: #2B477F ;
       border-bottom-style: solid;
       border-spacing: 0px;
       font-family: Arial;
       color: #FFFFFF;
       text-decoration: none;
       font-style: italic;
       font-weight: bold;
}
table.maintbl {
       border: 1px;
       border-color: #2B477F ;
       border-style: solid;
       border-spacing: 0px;
       font-size: x-small;
}
td.border {
       border-bottom: 1px;
       border-bottom-color: #2B477F ;
       border-bottom-style: solid;
       border-spacing: 0px;
}
.footer {
       font-family: Arial;
       font-size: x-small;

}
a.footer:link, a.footer:visited, a.footer:active, a.footer:hover {
       font-family: Arial;
       font-size: x-small;
       color: #FFFFFF;
       text-decoration: none;
       font-style: italic;

}
.menu1 {
       font-family: Arial;
       color: #2B477F;
       text-decoration: none;
       font-style: italic;
       text-decoration: underline;
       font-weight: bold;
}
a.menu:link, a.menu:visited, a.menu:active {
       font-family: Arial;
       color: #2B477F;
       text-decoration: none;
       font-weight: normal;
}
a.menu:hover {
       font-family: Arial;
       color: #000000;
       text-decoration: none;
       background-color: #FFFFFF;
       font-weight: normal;
}
td.menu1:hover {
       background-color: #FFFFFF;
}
a:link, a:visited, a:active {
       font-family: Arial;
       color: #2B477F;
       text-decoration: none;
       font-weight: normal;
}
a:hover {
       font-family: Arial;
       color: #FFFFFF;
       text-decoration: none;
       background-color: #2B477F;
       font-weight: normal;
}
#fixed {
       position: absolute;
       top: 150px;
       left: 10px;
}
html>body #fixed {
       position: fixed;
}