Hallo erstmal
Hab eine Grundgerüst einer Page bekommen, habe sie dann fertig gestellt, nur geht sie nur mit Firefox und die sollte auch über andere Browser laufen. Ich kenn mich mit der Materie nicht so aus d.h frage ich mich woran das liegen könnte. In dem Ordner den ich bekommen habe, war auch eine Format.css datei dabei, habe gelesen, dass css Schwierigkeiten mit IE hat
Also die Seite heißt : http://www.paletten-center-scherer.de
Wäre saugeil, wenn mir jemand einen Tipp geben könnte und mir helfen kann,
danke für eure Mühe schon im Voraus
mfg Klaus
und hier is die datei
Format.css
body {
color: black;
font-size: 1.0em;
font-weight: bolder;
}
a, a.visited{
color: black;
text-decoration: none;
font-size: 1.4em;
}
a:hover {
color: darkgreen;
font-size: 1.4em;
text-decoration: underline;
}
table.mainframe {
background-image: url(../bilder/holz.jpg);
width: 1024px;
height: 768px;
}
td.top {
padding-left: 100px;
height: 100px;
color: white;
font-size: 2.5em;
text-decoration: underline;
}
td.navi{
padding-top: 80px;
padding-left: 30px;
width: 150;
}
td.main {
padding-top: 80px;
padding-left: 20px;
font-size: 1.0em;
font-weight: 600;
}
table.paletten{
color: black;
font-size: 1.0em;
width: 800px;
font-weight: bolder;
}
td.ptop {
font-size: 1.0em;
font-weight: 100;
}