ich hatte langeweile und hab mal eben eine seite geschreiben
diese funtz in phase 5 auch und in IE eben fals aber in opera läd er antscheinend nicht padding-top usw von css
ich glaube es leigt dann doctype ich ahb shcon ein paar doctypes ausprobiert aber ohne erfolg
hier die seite
http://ehlun.eh.ohost.de/Knechter/
hier die css datei
.A a:link {
color: #000000;
text-decoration: none;
background-color: #CC9900;
width: 150px;
height: 30px;
text-align: center;
text-indent:9px
font-family: Arial;
padding-top: 5px;
}
.A a:visited{
color: #000000;
text-decoration: none;
background-color: #CC9900;
width: 160px;
height: 30px;
text-align: center;
font-family: Arial;
padding-top: 5px;
}
.A a:hover {
color: #4058FF;
text-decoration: none;
background-color: #CC99FF;
width: 160px;
height: 30px;
text-align: center;
font-family: Arial;
padding-top: 5px;
}
.B {
background-color: #1013A0;
height: 35px;
font-size: large;
text-align: center;
width: 160px;
font-family: Arial;
}
.C{
height: 190px;
width: 800px;
noresize
}
.D{
padding-top: 10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
border-bottom-color: #FFFF00;
border-left-color: #FFFF00;
border-right-color: #FFFF00;
border-top-color: #FFFF00;
border-style: solid;
font-family: Bitstream Vera Serif;
background-color: #000064;
}
.E{
padding-top: 10px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
border-bottom-color: #FFFF00;
border-left-color: #FFFF00;
border-right-color: #FFFF00;
border-top-color: #FFFF00;
border-style: solid;
font-size: large;
font-family: Bitstream Vera Sans Mono;
background-color: #000064;
}
.UNTEN{
border-top-color: #000000;
border-left-color: #000000;
border-right-color: #FFFF00;
border-bottom-color: #FFFF00;
}
.RECHTS{
border-top-color: #000000;
border-left-color: #000000;
border-right-color: #FFFF00;
border-bottom-color: #000000;
}
.LINKS{
border-top-color: #000000;
border-left-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
}
.MITTE{
border-top-color: #000000;
border-left-color: #000000;
border-right-color: #000000;
border-bottom-color: #000000;
}
.OBEN{
border-top-color: #FFFF00;
border-left-color: #000000;
border-right-color: #FFFF00;
border-bottom-color: #000000;
}
.ALL{
border-top-color: #FFFF00;
border-left-color: #000000;
border-right-color: #FFFF00;
border-bottom-color: #FFFF00;
}