http://projekt.wizzo.dk/view_comment.phpproblemet er at den ikke gør så man kan scrolle ned nogen der har en løsning
hele sidens kodning er her:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #093;
}
-->
</style>
<style type="text/css">
#content {
height: 100%;
width: 100%;
position: fixed;
background-color: #3C3;
}
#credits {
position: absolute;
height: 100px;
width: 100%;
background-color: #090;
bottom: 0px;
}
#navigation {
margin:0px auto;
left: 40px;
width: 100%;
height: 30px;
background-position: left top;
background-repeat: repeat-x;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
line-height: 25px;
font-weight: bold;
font-variant: normal;
text-decoration: none;
color: #FFFFFF;
display: block;
}
#menu {
top: 10px;
position: absolute;
left: 40px;
font-family: Verdana, Geneva, sans-serif;
text-align: left;
}
#navigation a {
background-image: url(images/first.png);
background-repeat: no-repeat;
background-position: left top;
text-align: center;
font-family: Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: 25px;
font-weight: bold;
font-variant: normal;
color: #FFFFFF;
text-decoration: none;
height: 30px;
width: 100px;
display: block;
float: left;
}
#navigation a:hover {
background-image: url(images/last.png);
}
#menubox {
margin-top: 0;
background-color:#666;
}
#lowtext {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
color: #333;
position: relative;
}
#context {
margin-top: 15px;
position: fixed;
height: fixed;
}
</style>
</head>
<body>
<div id="menubox">
<div id="navigation">
<a href="#">Forside</a>
<a href="#">Video</a>
<a href="#">Test</a>
<a href="#">Kommentar</a>
</div>
</div>
<div id="content">
<div id="context">
<?PHP
include("dbcon.php");
$mysql = mysql_query("SELECT * from uge9_comment ORDER BY id")or die(mysql_error());
while($row = mysql_fetch_array($mysql)){
echo $row['id'];
echo "<br>";
echo $row['navn'];
echo "<br>";
echo $row['msg'];
echo "<br>";
echo "_______________________________________";
echo "<br><br>";
}
?>
</div>
</div>
<div id="credits">
<div id="lowtext">
<center>
<a href="login.html">Admin</a><br />
Copyright ©
</center>
Abbas<br />
Apeenajan<br />
Kristian<br />
Mads
</div>
</div>
</body>
</html>
ved godt jeg har kopieret hele koden herind hvis i hellere vil have jeg giver den css'en til dem der giver problemer sig da til