Hallo,
wie es allg. bekannt ist. Unterstützt nicht jeder Browser CSS gleich gut. In meinem Fall sind es Sea Monkey und Firefox die mir Probs bescheren. Ich habe mit CSS 3 Klassen definiert. Diese sollen nebeneinander sein und sich nicht verschieben so mit Chrome IE und Co.
funzt das schön, aber mit den oben genannten nicht.
Der entsprechende Auszug des Scripts:
#links {
height:2500px;
float: left;
background-image: url(bsp.gif);
background-repeat:repeat-y;
border: 0px solid black;
margin:0 auto;width:197px;
border-top: 0px solid black;
border-left:3px solid #CA6F19;
border-right: 0px solid balck;
border-bottom: 3px solid #CA6F19;
}
#rechts {
height:2500px;
float: right;
background-image: url(bsp.gif);
background-repeat:repeat-y;
margin:0 auto;width:198px;
border-top: 0px solid black;
border-right:3px solid #CA6F19;
border-left: 0px solid black;
border-bottom: 3px solid #CA6F19;
}
#Inhalt {
height: auto; min-height:2500px;
background-image: url(bsp.gif);
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 2px solid #CA6F19;
width:auto;min-width:300px;max-width:667px;
margin:0 auto;
}