danjo
New member
Noch eine Frage:
Warum rutscht auch hier der Text im Mozilla runter???
http://www.sb-installationen.de/profil.html
Muss das clear both bei den bildern evtl. weg???
Script:
Warum rutscht auch hier der Text im Mozilla runter???
http://www.sb-installationen.de/profil.html
Muss das clear both bei den bildern evtl. weg???
Script:
Code:
*{
margin:0;
padding:0;
}
body{
background:#eee;
font:.8em "trebuchet ms", arial, sans-serif;
text-align:center;
}
/* Formatierungen Layout (grob) */
#seite{
background:#000 url(hintergrund.jpg) repeat-y;
margin:0 auto;
padding:10px 10px 5px 13px;
text-align:left;
width:715px
}
#oben{
background:#fff url(header_layer.jpg);
clear:both;
height:168px;
width:713px;
}
#margit{
background:#fff url(margit.jpg);
padding:10px 10px 5px 13px;
margin:130px 25px 20px 20px;
clear:both;
float:right;
height:90px;
width:90px;
}
#daniel{
background:#fff url(daniel.jpg);
padding:10px 10px 5px 13px;
margin:145px 25px 20px 20px;
clear:both;
float:right;
height:90px;
width:90px;
}
#book{
background:#fff url(book.swf);
margin:80px 25px 20px 20px;
float:middle;
clear:both;
height:600px;
width:700px;
}
#links{
float:left;
margin:0 0 20px 0;
width:458px;
}
#flash1{
background:#fff url(flash1.swf);
/* oben/ rechts/-----/----/ */
margin:50px 1px 0px 0px;
float:right;
height:227px;
width:227px;
}
#teppich{
background:#fff url(goto_roter_teppich.jpg);
/* oben/ rechts/-----/----/ */
margin:70px 1px 0px 0px;
clear:both;
float:right;
height:151px;
width:227px;
}
#rechts{
float:left;
margin:0 0 20px 20px;
width:235px
}
#unten{
background:#000000;
clear:both;
width:713px
}
.back {
background-repeat: repeat-y;
background-position: top center;
background-attachment: scroll;
}
/* Formatierungen Navigationsleiste */
#navigation{
background:#000000;
float:left;
width:500px;
padding:0 0 4px 0
}
#navigation ul{
}
#navigation ul li{
display:inline;
margin:0 10px 0 0
}
#navigation ul li a{ /* Balken - Navi */
text-decoration:none;
border-bottom:4px solid #000000;
color:#ffffff;
font-size:.9em;
font-weight:bold;
}
#navigation ul li a:hover{
text-decoration:none;
border-bottom:4px solid #ffffff
}
/* Sonstige Formatierungen */
.titel{
float:right;
width:90px;
padding:0 10px 0 0
}
.titel img{
border:0
}
/* Schrift-Formatierungen */
h1,h2,h3,h4,h5,h6{
border-bottom:1px solid #ccc;
color:#ffffff;
font-size:1.5em;
letter-spacing:0.01em;
margin:25px 0 0 0
}
#links p{
text-align:justify
}
#unten p{
color:#eee;
font:.85em "trebuchet ms", verdana, sans-serif;
padding:5px;
}
/* Formatierungen Navigation (Rechte Spalte) */
#rechts ul{
list-style:none;
margin:0 0 0 0
}
#rechts ul li{
background:url(liste.jpg) no-repeat;
display:block;
margin:0 0px 0 0;
padding:0 0 0 16px
}
#rechts ul li a{
text-decoration:none;
color:#666;
}
#rechts ul li a:hover{
color:#000;
}
/* Link-Formatierungen */
a:link,a:visited,a:active{
color:#000;
text-decoration:underline
}
a:hover{
text-decoration:none
}
#unten a{
color:#fff;
text-decoration:underline
}
#unten a:hover{
text-decoration:none
}
Zuletzt bearbeitet: