Hallo,
Ich habe eine komische Verschiebung weis allerdings nicht wodran es liegt.
HTML:
CSS:
Weiß einer wo dran das liegt bild ist im Anhang.
EDIT:
Fehler Gefunden
Ich habe eine komische Verschiebung weis allerdings nicht wodran es liegt.
HTML:
PHP:
<html>
<head>
<title>The Club of Vampire</title>
<link rel="stylesheet" type="text/css" href="styles/all.css">
</head>
<body>
<div id="page">
<div id="headerline">
</div>
<div id="pagebox">
<div id="menueline">
<ul>
<li><div id="button">Home</div></li>
<li><div id="button">Home 1</div></li>
<li><div id="button">Home 2</div></li>
</ul>
</div>
<div id="iframebox">
</div>
</div>
</div>
</body>
</html>
PHP:
* {
padding: 0;
}
#menueline {
height: 22px;
width: 100%;
border-width: 1px;
border-style: solid;
}
#button {
height: 20px;
width: 80px;
border-style: solid;
border-width: 1px;
border-color: white;
text-align: center;
background-image:url(../bilder/auge.jpg);
color: grey;
}
ul li {
float:left;
margin:0;
padding:0;
list-style: none;
}
EDIT:
Fehler Gefunden
Anhänge
Zuletzt bearbeitet: