habe da mal noch den html-code
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>JK</title>
<link href="css/jk.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div class="or">
<div class="ol">
<div class="ur">
<div class="ul">
<div class="inhalt">
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diamnonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis no
jadklsfjadlf<br />
jadklsfjadlf<br />
jadklsfjadlf<br />
jadklsfjadlf<br />
jadklsfjadlf<br />
jadklsfjadlf<br />adklsfjadlf<br />
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
und den css-code:
Code:
div#wrapper {
height: 800px;
width: 600px;
margin:0 auto;
}
.or {
background:url(../images/or.gif) top right no-repeat;
margin:0;
padding:0;
}
.ol {
background:url(../images/ol.gif) top left no-repeat;
margin:0;
padding:0;
}
.ur {
background:url(../images/ur.gif) bottom right no-repeat;
margin:0;
padding:0;
}
.ul {
background:url(../images/ul.gif) bottom left no-repeat;
margin:0;
padding:0;
}
.inhalt {
margin:0;
padding:2.0em;
}
.inhalt p {
margin:0; padding:0;
}
vielleicht kann mir jemand sagen warum ich so ein merkwürdiges ergebnis bekomme, also warum ich an der linken seite so einen grauen Streifen bekomme?
http://netcs.de/