Cola_Colin
Neues Mitglied
Ich hab meiner Mutter zum Geburtstag ihre eigene Website gebaut, das ist die erste Website die ich je gebaut hab, sie hatte sich eine gewünscht.
Da ich der Computerfreak der Familie bin, eben von mir.
So nun hab ich also die Website schonmal in den Grundzügen fertig:
Website von Gefion Clausen
Das Problem ist nun, das die Seite mit Opera und dem IE soweit fast identisch aussieht, aber Firefox verschiebt einiges doch ziemlich.
Ich hab keine Ahnung, wieso das so ist :(
Hier mal das css von der Seite:
Soweit ich das verstehe, bewertet Firefox die Positions angabe Top: 165px von der ID cT und der ID links einfach verschieden ?!
Ich blicke da nicht durch, wieso ist das so ?
Soweit ich das sehe, werde ich einen Fehler gemacht haben und der wird von jedem Browser anders bewertet ?
Da ich der Computerfreak der Familie bin, eben von mir.
So nun hab ich also die Website schonmal in den Grundzügen fertig:
Website von Gefion Clausen
Das Problem ist nun, das die Seite mit Opera und dem IE soweit fast identisch aussieht, aber Firefox verschiebt einiges doch ziemlich.
Ich hab keine Ahnung, wieso das so ist :(
Hier mal das css von der Seite:
Code:
body {
background-image: url("kachelschiff.jpg");
margin-top: 15px;
margin-right: 100px;
margin-left: 100px;
margin-bottom: 15px;
}
#cT {
position:absolute;
width: 845px;
top: 165px;
left: 325px;
height: 650px;
}
#links {
position: absolute;
width: 225px;
top: 165px;
left: 100px;
height: 650px;
}
#bannerImg{
background-image: url("t.jpg");
background-repeat: no-repeat;
width: 1070px;
background-position: 50% 25%;
height: 150px;
position: absolute;
top: 15px;
left: 100px;
border-style: solid;
border-width: 5px;
border-color: #FFF2C6;
}
#foto{
position:absolute;
top: 350px;
left: 115px;
width: 195px;
}
#bookimg{
float: right;
width: 380px;
height: 540px;
}
#booklink{
float: left;
margin-left: 5px;
width: 155px;
height: 230px;
}
#name{
position: absolute;
top: 300px;
}
#upperTextChooseBook{
position: absolute;
top: 180px;
width: 795px;
left: 335px;
height: 150px;
font-size:25px;
}
#bookBar{
position: absolute;
top: 360px;
left: 335px;
width: 820px;
height: 240px;
}
#bottomTextChooseBook{
position: absolute;
top: 625px;
left: 335px;
width: 795px;
font-size:25px;
}
p.text {
background-color: #FFE68C;
border-style: solid;
border-width: 5px;
border-color: #FFF2C6;
font-size:25px;
}
div.linkbox {
background-color: #FFD953;
border-style: solid;
border-width: 5px;
border-color: #FFF2C6;
}
a.linkboxlink {
float:left;
background-color: #FFD953;
width: 195px;
text-align: center;
margin-bottom: 5px;
}
Soweit ich das verstehe, bewertet Firefox die Positions angabe Top: 165px von der ID cT und der ID links einfach verschieden ?!
Ich blicke da nicht durch, wieso ist das so ?
Soweit ich das sehe, werde ich einen Fehler gemacht haben und der wird von jedem Browser anders bewertet ?