hi leute
ich habe ein problem mit css
ich möchte ein bild mit <div id="Kopf"> einfügen..
es geht aber nicht.
hier die codes
HTML:
CSS:
ich habe ein problem mit css
ich möchte ein bild mit <div id="Kopf"> einfügen..
es geht aber nicht.
hier die codes
HTML:
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>KeKs Mafia</title>
<style
<link rel="stylesheet" type="text/css" href="Stylesheet.css">
</style>
</head>
<body>
<div id="#Kopf"></div>
</body>
</html>
CSS:
Code:
#Kopf {
background: url (logo.jpg);
height: 100%;
width: 100%;
}