G
GreenThunder
Hallo,
ich hab zwar das Design so einigermaßen hinbekommen, doch bin ich nicht wirklich zufrieden damit.
Zumindestens was die techn. Seite betrifft. Vom Aussehen her ist es so ok.
Also was mich z.B. stört ist,
- dass die Seite am rechten Rand klebt und nicht zentriert ist.
- dass beim verkleinern des Fensters der rechte "Hintergrundbalken" nach unten rutscht
- und dass beim IE die Abstände so groß sind.
Ich geb euch mal den CSS-Quellcode und hoffe das ihr mir helfen könnt.
Website
ich hab zwar das Design so einigermaßen hinbekommen, doch bin ich nicht wirklich zufrieden damit.
Zumindestens was die techn. Seite betrifft. Vom Aussehen her ist es so ok.
Also was mich z.B. stört ist,
- dass die Seite am rechten Rand klebt und nicht zentriert ist.
- dass beim verkleinern des Fensters der rechte "Hintergrundbalken" nach unten rutscht
- und dass beim IE die Abstände so groß sind.
Ich geb euch mal den CSS-Quellcode und hoffe das ihr mir helfen könnt.
PHP:
body
{
font-family:Verdana;
font-size:9px;
background-color:#979797;
margin:0;
padding:0;
overflow:auto;
}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:16px;color:yellow;}
h3 {font-size:14px;}
p {margin-top:0px;margin-left:10px;margin-right:5px;}
a:link, a:visited, a:active, a:hover
{
text-decoration:none;
font-weight:bold;
color:yellow;
font-size:10px;
}
img {
border:none;
}
a:active, a:hover {
text-decoration:underline;
}
.left {
float:left;
margin-bottom:0px;
}
.right {
float:right;
margin-bottom:0px;
margin-right:10px;
width:300px;
}
.ueberschrift {
background-color:yellow;
color:#000099;
font-weight:bold;
width:580px;
}
.ueberschriftstart {
background-color:yellow;
color:#000099;
font-weight:bold;
width:270px;
}
.text {
margin-left:10px;
margin-bottom:10px;
width:270px;
}
.textarchiv {
margin-left:10px;
margin-bottom:10px;
width:350px;
}
#content {
margin:0px;
float:left;
width:600px;
height:800px;
padding:0px;
border:1px solid black;
background-color:;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
background-color: #000099;
color: #FFFFFF;
overflow-y:auto;
overflow-x:hidden;
}
table {
margin-left:10px;
}
td{
padding-left:25px;
padding-right:25px;
}
Website