hirsch
Neues Mitglied
jemand ne idee?
habe unter
Hompage Feyel-Schule
ein hintergrundbild ins css body eingefügt. (sieht man rechts untenwenn man die site grösser zieht)
ie stellts dar, moz solls auch, machts aber nicht. wie kann ich das fixen?
habe unter
Hompage Feyel-Schule
ein hintergrundbild ins css body eingefügt. (sieht man rechts untenwenn man die site grösser zieht)
ie stellts dar, moz solls auch, machts aber nicht. wie kann ich das fixen?
Code:
body,table,td,tr,div,form,p {
text-decoration: none;
font-family: Verdana, Helvetica, sans-serif;
font-size: 9pt;
color: #666;
font-style: normal;
line-height: 16px;
font-weight: normal;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
scrollbar-face-color: #B8093A;
scrollbar-arrow-color: #ffffff;
scrollbar-base-color: #ffffff;
scrollbar-3d-light-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-track-color: #ffffff;
}
body {
background-color: #FFFFFF;
text-decoration: none;
background-image: url(Images/fusszeile.jpg);
background-position: right bottom;
}
a {
text-decoration: none;
color: #666;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
a:hover {
text-decoration: none;
color: #CF0515;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.nav {
font-family: Verdana, Helvetica, sans-serif;
color: #999;
text-decoration: none;
line-height: 30px;
font-size: 9pt;
font-style: normal;
font-weight: bold;
}
.navmark{
font-family: Verdana, Helvetica, sans-serif;
color: #CF0515;
text-decoration: none;
line-height: 30px;
font-size: 9pt;
font-style: normal;
font-weight: bold;
}
.nav:a {
color: #ffffff;
text-decoration: none;
}
.nav:hover {
color: #000;
font-weight: bold;
text-decoration: none;
}
.aktuelles {
text-decoration: none;
color: #FF6633;
font-weight: normal;
}
.headline {
font-size: 10pt;
font-family: Verdana, Geneva, sans-serif;
font-style: normal;
color: #FFF;
z-index: 1000;
}
.bildtext {
font-size: 8pt;
font-weight: bold;
line-height: 13px;
background-position: right bottom;
position: relative;
}