hallo
hab eine hp erstellt mit css-container und hab auch einen php code dabei.
die Seite hab ich mir immer im IE angeschaut und da passt es perfekt, nun hab ich auch im opera und firefox die page getestet, jedoch schaut das nicht mehr gut aus.
Deshalb poste ich euch mein Stylesheet und ich hoffe ihr könnt mir helfen.
Probleme Opera:
die Seite ist nich mehr zentriert
das letzte div element wird nicht angezeigt
die positionierung im verschaltetm container ist aufgehoben
probleme Firefox
background bild in der navigation wird nicht angezeigt
seite ist nicht zentriert
die positionierung im verschaltetm container ist aufgehoben
hab eine hp erstellt mit css-container und hab auch einen php code dabei.
die Seite hab ich mir immer im IE angeschaut und da passt es perfekt, nun hab ich auch im opera und firefox die page getestet, jedoch schaut das nicht mehr gut aus.
Deshalb poste ich euch mein Stylesheet und ich hoffe ihr könnt mir helfen.
Probleme Opera:
die Seite ist nich mehr zentriert
das letzte div element wird nicht angezeigt
die positionierung im verschaltetm container ist aufgehoben
probleme Firefox
background bild in der navigation wird nicht angezeigt
seite ist nicht zentriert
die positionierung im verschaltetm container ist aufgehoben
Code:
body {
text-align:center;
background-color:#666666;
z-index: 100%;
}
#content {
position:static;
width:802px;
background-color:#E4E4E4;
}
#header {
position: static;
text-align:left;
height: 200px;
border: 1px solid #993300;
}
#navigation {
text-align:center;
position:static;
width: 800px;
height: 25px;
background-color: #FFFFFF;
background-image:url(../Menü/Bilder/menueverlauf.jpg);
background-repeat: no-repeat;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #993300;
border-right-color: #993300;
border-bottom-color: #993300;
border-left-color: #993300;
}
#right {
position: static;
float: left;
width: 230px;
height: 550px;
text-align: center;
background-image:url(../img/bg_left.gif);
background-repeat: repeat;
border: 1px solid #993300;
}
#main {
position: static;
float: left;
width: 569px;
text-align:left;
height: 550px;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #993300;
border-right-color: #993300;
border-bottom-color: #993300;
border-left-color: #993300;
background-color: #EAEAEA;
}
#inline_right {
position: static;
width: 200px;
height: 430px;
margin-top: 60px;
text-align: center;
background-image:url(../img/right/box.gif);
background-repeat: no-repeat;
}
#inline_right_main {
position: static;
text-align: center;
width: 180px;
height: 365px;
margin-top: 40px;
}
#inline_right_info {
position: static;
text-align: center;
width: 180px;
height: 40px;
margin-top: 10px;
}
#inline_right_more {
position: static;
text-align: center;
width: 20px;
height: 20px;
margin-top: 20px;
}
.Stil1 {
color: #FF0000;
font-weight: bold;
}
.abstand_main {
margin-left: 20px;
}
.textblock_ub {
font-family: Verdana, Arial, Helvetica, sans-serif;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
left: 10px;
font-weight: bold;
font-size: 12px;
color: #993300;
}
.right_ub {
font-family: Verdana, Arial, Helvetica, sans-serif;
left: 10px;
font-weight: bold;
font-size: 12px;
color: #993300;
border: thin none #CCCCCC;
}
.textblock_text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
margin-bottom: 10px;
}
.üb1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bolder;
color: #666666;
margin-left: 20px;
margin-top: 15px;
}
.abstand {
margin-right: 25px;
margin-left: 25px;
}
.nav-schrift {
text-decoration:none;
font-family: Verdana;
font-size: 11px;
font-weight: bolder;
color: #FFFFFF;
margin-top: 7px;
}
.nav-schrift:link {
text-decoration: none;
color: #FFFFFF;
}
.nav-schrift:visited {
text-decoration: none;
color: #FFFFFF;
}
.nav-schrift:hover {
text-decoration: none;
color: #CCCCCC;
}
.nav-schrift:active {
text-decoration: none;
color: #FFFFFF;
}
.schattenrechts {
background-image:url(../shadow/senkrecht.gif);
background-repeat:repeat-y;
}
.schattenunten {
background-image:url(../shadow/senkrecht.gif);
background-repeat:repeat-x;
}
.right_info_fett {
font-family: Verdana;
font-size: 11px;
font-weight: bold;
}
.mehr {
text-decoration:none;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
color: #999999;
}
.mehr:link {
color: #999999;
text-decoration: none;
}
.mehr:visited {
color: #999999;
text-decoration: none;
}
.mehr:hover {
color: #993300;
text-decoration: none;
}
.mehr:active {
text-decoration: none;
}
Zuletzt bearbeitet: