Servus,
ich habe ein kleines CSS Boxenproblem.
ich habe mir eine kleine Website gebastelt:
Banner oben, dadrunter horizontale Navi, Content und
Footer. Ziemlicher Standard. Das ganze wird von einem
container zusammengehalten. So jetzt zum eigentlichen Problem:
Immer wenn ich irgendwo einen Paragraphen (p) einfüge,
macht er mir Abstände zwischen die einzelnen Div-Boxen.
Weiß einer wie ich das beheben kann ?
Vielen Dank schonmal,
vince
ich habe ein kleines CSS Boxenproblem.
ich habe mir eine kleine Website gebastelt:
Banner oben, dadrunter horizontale Navi, Content und
Footer. Ziemlicher Standard. Das ganze wird von einem
container zusammengehalten. So jetzt zum eigentlichen Problem:
Immer wenn ich irgendwo einen Paragraphen (p) einfüge,
macht er mir Abstände zwischen die einzelnen Div-Boxen.
Weiß einer wie ich das beheben kann ?
Vielen Dank schonmal,
vince
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Seite</title>
<link rel="stylesheet" href="css/style.css" type="text/css" title="default"></link>
<link rel="shortcut icon" href="http://www.psd-tutorials.de/modules/Forum/images/favicon.ico"></link>
</head>
<body>
<div id="container" class="container">
<div id ="header" class="header"></div>
<div id="navi" class="navi">
<p><a href="index.html">Home</a> |
<a href="about.html"> About </a>|
<a href="gallery.html">Test |</a>
<a href="contact.html">Contact</a></p>
</div>
<div id="content">
<p><strong>Herzlich Willkommen </strong>
</p>
<hr />
<p><img src="http://www.psd-tutorials.de/modules/Forum/images/lights.jpg" alt="lights" width="462" height="126" /> </p>
<p> Ein kleiner Bildtext......
</p>
<ul><li> punkt1 </li>
<li> punkt2</li>
<li> punkt3 </li>
</ul>
</p>
</p>
</div>
<div id="footer" class="footertxt">copyright </div>
</div>
</body>
</html>
Code:
#content li {
margin-left: 94px;
}
p {
margin-left: 94px;
margin-right: 34px;
}
body {
background-color: #eeeeee;
background-image: url(../images/back.jpg);
background-repeat: repeat;
}
#container {
height: 673px;
width: 600px;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
font-size: 14px;
margin: 0 auto;
}
#header {
width:600px;
height:124px;
background-image: url(../images/banner.png);
background-repeat: no-repeat;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-right-style: solid;
border-left-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
}
#navi {
background-color: #999999;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-right-style: solid;
border-left-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
width: 600px;
height: 25px;
}
#navi #tbl1 {
}
#footer {
background-color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CCCCCC;
text-align: right;
height: 24px;
border-top-width: medium;
border-right-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
width: 588px;
}
#content {
background-color: #CCCCCC;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-right-style: solid;
border-bottom-style: none;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
border-left-style: solid;
width: 600px;
height: 500px;
}
.footertxt {
text-align: right;
padding-right: 7px;
padding-top: 4px;
}
a:link {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
color: #999999;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
.menu:link {
color:#666666;
text-decoration:none;
margin-left: 94px;
}
.menu:visited {
color:#666666;
text-decoration:none;
margin-left: 94px;
}
.menu:active {color:#666666; text-decoration:none}
.navi:link {
color:none;
text-decoration:none;
background-color: #FFFFFF;
}
.navi:visited {
color:none;
text-decoration:none;
background-color: #FFFFFF;
}
.navi:active {
color:none;
text-decoration:none;
background-color: #FFFFFF;
}
.navi:hover {
background-color:#CCCCCC;
text-decoration:none;
.headline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 32px;
color: #FFFFFF;
margin-left: 7px;
margin-top: 13px;
}
.headline2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 36px;
color: #999999;
font-weight: bold;
margin-left: 12px;
}
.catgry {
color: #666666;
margin-left: 95px;
background-color: #CCCCCC;
}
.catgry2 {
background-color: #6B6D6B;
color: #FFFFFF;
margin-left: 95px;
}
.pic {
padding-left: 21px;
padding-top: 34px;
margin-left: 4px;
float: left;
padding-right: 90px;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #484848;
font-weight: bold;
margin-left: 94px;
}
.fliesstxt {
margin-left: 94px;
padding-right: 18px;
}
h2 {
font-size: 14px;
color: #666666;
margin-left: 94px;
}
hr {
height: 1px;
}
.img_right {
padding-top: 11px;
margin-left: 478px;
}
.undertxt {
font-size: 11px;
padding-left: 267px;
}
.foot_img {
float: left;
margin-left: 3px;
margin-bottom: 3px;
}
.undername {
font-size: 12px;
}
#textbox {
background-color: #333333;
width: 114px;
margin-left: 474px;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
padding-left: 12px;
margin-top: 14px;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-left-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
word-spacing: 8px;
}
.catgry3 {
color: #FFFFFF;
margin-left: 95px;
background-color: #B5B5B5;
}
.describe {
color: #319CBB;
margin-left: 5px;
font-size: 12px;
}
.form {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
.ueber {
font-size: 14px;
color: #666666;
font-weight: bold;
}
.img_left {
margin-left: 94px;
padding-top: 23px;
}
.content_img {
margin-left: 94px;
}
#styleswitcher {
float: right;
}
Zuletzt bearbeitet: