Hallo ihr lieben!
Ich hab da ein kleines Problem. Ich möchte eine Seite erstellen für eine Büchersuchmaschine.
Und diese soll schlussendlich so aussehen:
mittlerweile habe ich diesen quelltext geschrieben:
<!DOCTYPE HTML PUBLIC "">
<html>
<head>
<title></title>
<meta name="author" content="Sina_Suchmaschine">
<meta name="editor" content="frontend">
<style type="text/css">
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
#hintergrund {
width: 100%;
height: 100%;
position: relative;
z-index: 1; }
#content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
overflow: auto;
}
body {
font-family: Verdana;
font-size: 100%;
}
h1 {text-align: center;}
</style>
</head>
<body text="#000000" bgcolor="#FFFFFF" alink="#FF0000" vlink="#FF0000">
<img id="hintergrund" border="0" alt="Hintergrundbild" src="background.png">
<div id="content">
<h1>Inhalt</h1>
<p class="center"></p>
</div>
</body>
</html>
das problem ist, dass ich es nicht schaffe das logo (und auch den rest!!!!) sichtbar auf dem hintergrund zu platzieren.
habt ihr eine idee wie das geht?
(ich hab das vorher noch nie gemacht, es ist mein erster versuch)
Ganz liebe grüße und danke :))
Ich hab da ein kleines Problem. Ich möchte eine Seite erstellen für eine Büchersuchmaschine.
Und diese soll schlussendlich so aussehen:
mittlerweile habe ich diesen quelltext geschrieben:
<!DOCTYPE HTML PUBLIC "">
<html>
<head>
<title></title>
<meta name="author" content="Sina_Suchmaschine">
<meta name="editor" content="frontend">
<style type="text/css">
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
#hintergrund {
width: 100%;
height: 100%;
position: relative;
z-index: 1; }
#content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
overflow: auto;
}
body {
font-family: Verdana;
font-size: 100%;
}
h1 {text-align: center;}
</style>
</head>
<body text="#000000" bgcolor="#FFFFFF" alink="#FF0000" vlink="#FF0000">
<img id="hintergrund" border="0" alt="Hintergrundbild" src="background.png">
<div id="content">
<h1>Inhalt</h1>
<p class="center"></p>
</div>
</body>
</html>
das problem ist, dass ich es nicht schaffe das logo (und auch den rest!!!!) sichtbar auf dem hintergrund zu platzieren.
habt ihr eine idee wie das geht?
(ich hab das vorher noch nie gemacht, es ist mein erster versuch)
Ganz liebe grüße und danke :))
Internetsuchmaschine Frontend erstellen
Aucun commentaire:
Enregistrer un commentaire