k1k0
Erfahrenes Mitglied
Also ich hab mich mal in css versucht (also das erste mal eigentlich). So nun öffne ich die Seite mit dem Standart Internet Explorer von Microsoft. gucke durch und alles ist wunderbar. Dann öffne ich die Seite per Firefox, und was passiert? Alles total verrutscht!
Hier die Seite: el-bone.de
Hier das was in dem stylesheet.css steht:
Das Proble ist eigentlich nur bei Gästebuch... Mir aber unerklärlich
und das "MENÜ" ist verschoben...
Hier die Seite: el-bone.de
Hier das was in dem stylesheet.css steht:
Code:
h1 {font-family:arial; font-size:14px; color:#FFFFFF; text-align:center;}
h2 {font-family:arial; font-size:12px; color:#FFFFFF; text-align:center;}
p {font-family:arial; font-size:10px; color:#FFFFFF;}
a:link {color:#FFFFFF; text-decoration:none; font-size:8pt; font-family:arial;}
a:visited {color:#FFFFFF; text-decoration:none; font-size:8pt; font-family:arial;}
a:hover {color:rgb(135,135,135); text-decoration:underline overline; font-size:8pt; font-family:arial; cursor : crosshair}
a:active {color:#FFFFFF; text-decoration:none; font-size:8pt; font-family:arial;}
body {
scrollbar-face-color: #000000;
scrollbar-highlight-color: #424242;
scrollbar-3dlight-color: #424242;
scrollbar-darkshadow-color: #424242;
scrollbar-shadow-color: #424242;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
margin-left: 20px;
margin-right: 20px;
margin-top: 20px;
margin-bottom: 20px
}
Das Proble ist eigentlich nur bei Gästebuch... Mir aber unerklärlich
und das "MENÜ" ist verschoben...
Zuletzt bearbeitet: