Noch nicht viel geschrieben
Salü,
ich bin gerade eine Webseite am aufbauen und suche jemand der lust und zeit hat sich meine Arbeit mal anzuschauen und zu sagen ob ich auf dem richtigen weg bin.
Die Webseite ist meine erste Arbeit mit Div und css.
Wäre sehr dankbar wenn sich jemand bereit erklären würde sich das mal anzuschauen.
Die Seite:
Der Code:
Gruß Indy
ich bin gerade eine Webseite am aufbauen und suche jemand der lust und zeit hat sich meine Arbeit mal anzuschauen und zu sagen ob ich auf dem richtigen weg bin.
Die Webseite ist meine erste Arbeit mit Div und css.
Wäre sehr dankbar wenn sich jemand bereit erklären würde sich das mal anzuschauen.
Die Seite:
Der Code:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >
<title>Raiddatenbank</title>
<style type="text/css">
<!--
div#header {
width:98%;
height:180px;
margin:0px 10px;
}
div#head_left {
background-image:url(./images/RDBLogo.png);
width:500px;
height:180px;
float:left;
}
div#head_middle {
background-image:url(./images/RDBLogo_mid.png);
height:180px;
}
div#head_right {
background-image:url(./images/RDBLogo_right.png);
width:67px;
height:180px;
float:right;
}
div#menue {
width:172px;
height:505px;
margin:185px 10px;
}
div#menue_img {
background-image:url(./images/menue.jpg);
width:172px;
height:505px;
float:left;
}
div#links {
width:172px;
height:163px;
margin:695px 10px;
}
div#links_img {
background-image:url(./images/links.png);
width:172px;
height:163px;
float:left;
}
div#abup {
width:172px;
height:163px;
margin:713px 24px;
}
div#abup_img {
background-image:url(./images/abdeckungoben.png);
width:144px;
height:23px;
float:left;
}
div#abdown {
width:172px;
height:163px;
margin:800px 24px;
}
div#abdown_img {
background-image:url(./images/abdeckungunten.png);
width:144px;
height:23px;
float:left;
}
div#login {
margin:0px 10px;
font: 12px tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
float:right;
}
div#login_text {
color: #ffcc00;
font: 12px tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
}
div#text {
color: #ffcc00;
font: 10px tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
}
div.menu_control a {
color: #ffcc00;
font: bold 12px tahoma,verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
}
div.menu_control a:link, .menu_control_alink {
color: #ffcc00;
text-decoration: none;
}
div.menu_control a:visited, .menu_control_avisited {
color: #ffcc00;
text-decoration: none;
}
div.menu_control a:hover, .menu_control a:active, .menu_control_ahover {
color: #999999;
text-decoration: none;
}
form
{
display: inline;
}
-->
</style>
</head>
<body bgcolor="#2F2F2F">
<script type="text/javascript" src="http://www.sponsorads.de/script.php?s=53600"></script>
<div id="header" style="position:fixed;">
<div id="head_left"></div>
<div id="head_right"></div>
<div id="head_middle">
<div style="position:absolute; right:50px; top:30px;"><?php include("counter.php");
?></div>
<div style="position:absolute; right:50px; top:50px;"><?php include("user.php");
?></div>
<form action="login.php" method="post">
<div id="login_text" style="position:absolute; right:300px; top:82px;">Benutzername</div>
<div id="login_text" style="position:absolute; right:300px; top:108px;">Kennwort</div>
<div style="position:absolute; right:200px; top:80px;"><input type="text" style="background-color:#ffcc00" "font-size: 9px" size="10" accesskey="u" tabindex="101" value="Benutzername" onfocus="if (this.value == 'Benutzername') this.value = '';" /></div>
<div style="position:absolute; right:200px; top:105px;"><input type="password" style="background-color:#ffcc00" "font-size: 9px" size="10" tabindex="102" /></div>
<div id="login_text" style="position:absolute; right:50px; top:80px;"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />Angemeldet bleiben?</div>
<div style="position:absolute; right:100px; top:105px;"><input type="submit" class="button" value="Anmelden" tabindex="104" title="Gib zur Anmeldung deinen Benutzernamen und dein Kennwort in die dafür vorgesehenen Textfelder ein oder klicke auf die 'Registrieren'-Schaltfläche, um ein neues Benutzerkonto anzulegen." accesskey="s" /></div>
</form>
</div>
</div>
<div id="menue" style="position:fixed;">
<div id="menue_img"></div>
<div class="menu_control" style="position:relative; left:40px; top:-460px;"><a href="http://www">Registrieren</a><br /><br /><a href="http://www">Login</a><br /><br /><a href="http://www">GWars</a><br /><br /><a href="http://www">Space Pioneers</a><br /><br /><a href="http://www">oGame</a>
</div>
</div>
<div id="links" style="position:fixed;">
<div id="links_img"></div>
</div>
<div style="position:fixed; left: 37px; top: 721px; height: 23px; width: 135px;">
<div id="text" align="center">
<marquee direction="up" scrollamount="2" loop="true" height="110" >
Links Dynamisch<br />per Variable übergeben<br /><br />Hier läuft der Text<br />von unten nach oben.
</marquee>
</div>
</div>
<div id="abup" style="position:fixed;">
<div id="abup_img"></div>
</div>
<div id="abdown" style="position:fixed;">
<div id="abdown_img"></div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2220876-2";
urchinTracker();
</script>
</body>
</html>