counteract
Erfahrenes Mitglied
Hallo!
Ich ein Problem! Und zwar sind meine unteren Boxen nicht sichtbar und ich verstehe nicht warum das so ist!
Hier der Komplette Code der Seite:
Also die Ebenen 5,6,7 und 12! Diese werden nicht angezeigt!
Ich hoffe ihr findet das Problem denn ich hab keine Lösung mehr...
MfG
Counteract
Ich ein Problem! Und zwar sind meine unteren Boxen nicht sichtbar und ich verstehe nicht warum das so ist!
Hier der Komplette Code der Seite:
Also die Ebenen 5,6,7 und 12! Diese werden nicht angezeigt!
HTML:
<?php
$connectionid = mysql_connect ("localhost", "", "");
if (!mysql_select_db ("", $connectionid))
{
die ("Keine Verbindung zur Datenbank");
}
if($_GET['name']){
$dbresult = mysql_query('SELECT * FROM bewerbungen WHERE Id='.intval($_GET['name'])) or die(mysql_error());
$row = mysql_fetch_assoc($dbresult);
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta name="generator" content="Adobe GoLive" />
<title></title>
<link href="css/basic.css" rel="stylesheet" type="text/css">
<style type="text/css">
#Ebene1 { color: #909090; font-size: x-large; height: 40px; width: 250px; left: 5px; top: 20px; position: absolute; visibility: visible; }
#Ebene2 { color: #909090; height: 76px; width: 867px; left: 5px; top: 420px; position: absolute; visibility: visible; }
#Ebene3 { height: 30px; width: 1006px; left: 5px; top: 73px; position: absolute; visibility: visible; border-top: 1px solid #b7b7b7; }
#Ebene4 { color: #355495; background-color: #f5f5f5; height: 236px; width: 343px; left: 5px; top: 155px; position: absolute; visibility: visible; padding-top: 10px; border-top-style: solid; border-top-width: 2px; border-right-width: 0; border-bottom-style: solid; border-bottom-width: 2px; border-left-style: solid; border-left-width: 2px; }
#Ebene5 { color: #355495; background-color: #f5f5f5; height: 190px; width: 338px; left: 5px; top: 549px; position: absolute; visibility: visible; padding-top: 10px; border-top: 2px solid #355495; border-left: 2px solid #355495; border-bottom: 2px solid #355495; }
#Ebene6 { color: #355495; background-color: #f5f5f5; height: 220px; width: 331px; left: 5px; top: 800px; position: absolute; visibility: visible; padding-top: 10px; border-top: 2px solid #355495; border-left: 2px solid #355495; border-bottom: 2px solid #355495; }
#Ebene7 { color: #355495; background-color: #f5f5f5; height: 190px; width: 605px; left: 345px; top: 719px; position: absolute; visibility: visible; padding-top: 10px; border-top: 2px solid #355495; border-right: 2px solid #355495; border-bottom: 2px solid #355495; }
#Ebene8 { color: #355495; background-color: #f5f5f5; height: 205px; width: 526px; left: 350px; top: 155px; position: absolute; visibility: visible; padding-top: 10px; border-top: 2px solid #355495; border-right: 2px solid #355495;;;; }
#Ebene9 { color: #909090; font-size: large; font-family: Verdana, Arial, Helvetica, sans-serif; height: 26px; width: 285px; left: 5px; top: 114px; position: absolute; visibility: visible; }
#Ebene10 { color: #909090; font-size: large; height: 34px; width: 145px; left: 5px; top: 680px; position: absolute; visibility: visible; }
#Ebene11 { color: #909090; font-size: large; height: 30px; width: 175px; left: 5px; top: 930px; position: absolute; visibility: visible; }
#Ebene12 { color: #355495; height: 220px; width: 612px; left: 338px; top: 970px; position: absolute; visibility: visible; padding-top: 10px; border-top: 2px solid #355495; border-right: 2px solid #355495; border-bottom: 2px solid #355495; }
#Ebene17 { background-image: url(css/bannerct.jpg); height: 165px; width: 1020px; left: 0; top: 0; position: absolute; visibility: visible; }
#Ebene19 { height: 36px; width: 716px; left: 0; top: 115px; position: absolute; visibility: visible; }
#unten { background-color: #000; height: 25px; left: 0; bottom: 0; right: 0; z-index: 2; position: absolute; visibility: visible; }
#Ebene13 { background-color: #f5f5f5; height: 53px; width: 521px; left: 350px; top: 350px; position: absolute; visibility: visible; padding-right: 5px; border-right: 2px solid #355495; border-bottom: 2px solid #355495; }
</style>
</head>
<body>
<div id="mitte"><div class="inhaltDiv">
<div id="Ebene3"></div>
<form enctype="multipart/form-data" action="bestae.php" method="post" accept-charset="ISO-8859-1">
<div id="Ebene1">Bewerbung</div>
<div id="Ebene4"> <table width="342" border="0" cellspacing="2" cellpadding="0">
<tr>
<td>
<div align="right">
<input type="hidden" name="hiddenName" value="<?php echo $row['Id']; ?>" />
Name</div>
</td>
<td><input type="text" name="name" size="24" value="<?php echo $_POST['name'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Vorname</div>
</td>
<td><input type="text" name="vorname" size="24" value="<?php echo $_POST['vorname'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Geburtsdatum</div>
</td>
<td><input type="text" name="geburtsdatum" size="24" value="<?php echo $_POST['geburtsdatum'];?>"></td>
</tr>
<td>
<div align="right">
Familienstand</div>
</td>
<td><input type="text" name="familienstand" size="24" value="<?php echo $_POST['familienstand'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Staatsangehörigkeit</div>
</td>
<td><input type="text" name="staatsange" size="24" value="<?php echo $_POST['staatsange'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Straße</div>
</td>
<td><input type="text" name="strasse" size="24" value="<?php echo $_POST['strasse'];?>"></td>
</tr>
<td>
<div align="right">
Ort</div>
</td>
<td><input type="text" name="ort" size="24" value="<?php echo $_POST['ort'];?>"></td>
<tr>
<td>
<div align="right">
PLZ</div>
</td>
<td><input type="text" name="plz" size="24" value="<?php echo $_POST['plz'];?>"></td>
</tr>
</table></div>
<div id="Ebene5"> <table width="338" border="0" cellspacing="2" cellpadding="0">
<tr>
<td>
<div align="right">
Abschluss/ Grad der Ausbildung</div>
</td>
<td><input type="text" name="grad_ausbildung" size="24" value="<?php echo $_POST['grad_ausbildung'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Fachrichtungen</div>
</td>
<td><input type="text" name="fachrichtungen" size="24" value="<?php echo $_POST['fachrichtungen'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Name der Schule</div>
</td>
<td><input type="text" name="schule" size="24" value="<?php echo $_POST['schule'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Stadt/Ort</div>
</td>
<td><input type="text" name="aus_ort" size="24" value="<?php echo $_POST['aus_ort'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Bundesland</div>
</td>
<td><input type="text" name="aus_bundesland" size="24" value="<?php echo $_POST['aus_bundesland'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Land</div>
</td>
<td><input type="text" name="aus_land" size="24" value="<?php echo $_POST['aus_land'];?>"></td>
</tr>
</table></div>
<div id="Ebene6"> <table width="331" border="0" cellspacing="2" cellpadding="0">
<tr>
<td>
<div align="right">
letzte Anstellung</div>
</td>
<td><input type="text" name="anstellung" size="24" value="<?php echo $_POST['anstellung'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Stadt/ Ort</div>
</td>
<td><input type="text" name="ber_ort" size="24" value="<?php echo $_POST['ber_ort'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Bundesland</div>
</td>
<td><input type="text" name="ber_bundesland" size="24" value="<?php echo $_POST['ber_bundesland'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Land</div>
</td>
<td><input type="text" name="ber_land" size="24" value="<?php echo $_POST['ber_land'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Job-Titel (aktuell bzw. zuletzt)</div>
</td>
<td><input type="text" name="jobtitel" size="24" value="<?php echo $_POST['jobtitel'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Branche</div>
</td>
<td><input type="text" name="branche" size="24" value="<?php echo $_POST['branche'];?>"></td>
</tr>
</table></div>
</form>
<div id="Ebene2">
<strong>
Entscheiden sie selbst wie sie sich bewerben wollen.
</strong>
<p><strong>Entweder füllen sie unser Bewerbungsformular (Kontaktinformationen, Ausbildung und Berufserfahrung) aus oder sie fügen ihre eigene Bewerbung an, dann sollten sie zusätzlich die Kontaktinformationen ausfüllen.</strong></p>
</div>
<div id="Ebene8">
<table width="521" border="0" cellspacing="2" cellpadding="0">
<tr>
<td>
<div align="right">
Mobil</div>
</td>
<td><input type="text" name="mobil" size="24" value="<?php echo $_POST['mobil'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Telefon</div>
</td>
<td><input type="text" name="telefon" size="24" value="<?php echo $_POST['telefon'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
E-Mail</div>
</td>
<td><input type="text" name="email" size="24" value="<?php echo $_POST['email'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Fax</div>
</td>
<td><input type="text" name="fax" size="24" value="<?php echo $_POST['fax'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Unterlagen anfügen</div>
</td>
<td><input type="file" name="file" size="24" /></td>
</tr>
<tr>
<td></td>
<td>Sie dürfen nur *doc, *pdf und *zip Dateien hochladen. Die maximale Dateigröße beträgt 10 MB.</td>
</tr>
</table>
</div>
<div id="Ebene9">
Kontaktinformationen</div>
<div id="Ebene13">
<div align="right">
<input type="submit" name="send" value="Bewerbung senden"></div>
</div>
<h1></h1>
</div></div>
<div id="oben"><div class="inhaltDiv">
<h2></h2>
<div id="Ebene17">
<div id="Ebene19"><div id="navcontainer">
<ul id="navlist">
<li><a href="index.html">Home</a></li>
<li><a href="leistung.html">Leistung</a></li>
<li><a href="branchen.html">Branchen</a></li>
<li><a href="produkte.html">Produkte</a></li>
<li><a href="stellen.php">Stellen</a></li>
<li id="active"><a href="kontakt.html" id="current">Kontakt</a></li>
</ul>
</div></div>
</div>
<h2></h2>
</div></div>
<div id="rechts"><div class="inhaltDiv">
<h2></h2>
<p></p>
<p></p>
<p></p>
</div></div>
<div id="unten"><div class="inhaltDiv">
<h2></h2>
</div></div>
<div id="Ebene7">
<table width="603" border="0" cellspacing="2" cellpadding="0">
<tr>
<td>
<div align="right">
Beginn (Datum)</div>
</td>
<td><input type="text" name="aus_beginn" size="24" value="<?php echo $_POST['aus_beginn'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Ende (Datum)</div>
</td>
<td><input type="text" name="aus_ende" size="24" value="<?php echo $_POST['aus_ende'];?>"></td>
</tr>
<tr>
<td>
<div align="right">
Relevante Informationen ( z.B. Schwerpunkte, Auszeichnungen, etc.)</div>
</td>
<td><textarea name="aus_info" rows="6" cols="50" value="<?php echo htmlspecialchars($_SESSION['aus_info']); ?>"><?php echo htmlspecialchars($_SESSION['aus_info']); ?></textarea></td>
</tr>
</table>
</div>
<div id="Ebene10">
Ausbildung</div>
<div id="Ebene11">
Berufserfahrung</div>
<div id="Ebene12">
<table width="602" border="0" cellspacing="2" cellpadding="0">
<tr>
<td>
Eintritt (Datum)</td>
<td><input type="text" name="ber_beginn" size="24" value="<?php echo $_POST['ber_beginn'];?>"></td>
</tr>
<tr>
<td>
Austritt (Datum)</td>
<td><input type="text" name="ber_ende" size="24" value="<?php echo $_POST['ber_ende'];?>"></td>
</tr>
<tr>
<td>
Beschreibung der Tätigkeit</td>
<td><textarea name="ber_info" rows="6" cols="50" value="<?php echo htmlspecialchars($_SESSION['ber_info']); ?>"><?php echo htmlspecialchars($_SESSION['ber_info']); ?></textarea></td>
</tr>
<tr>
<td></td>
<td>
<div align="right">
<input type="submit" name="send" value="Bewerbung senden"></div>
</td>
</tr>
</table>
</div>
</body>
</html>
Ich hoffe ihr findet das Problem denn ich hab keine Lösung mehr...
MfG
Counteract
Zuletzt bearbeitet: