Brugernavn:




Kodeord: Husk
Forside Forum Artikler Downloads Søg
 

Problemer med div

http://projekt.wizzo.dk/view_comment.php

problemet er at den ikke gør så man kan scrolle ned nogen der har en løsning
hele sidens kodning er her:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. <style type="text/css">
  7. <!--
  8. body {
  9.     margin-left: 0px;
  10.     margin-top: 0px;
  11.     margin-right: 0px;
  12.     margin-bottom: 0px;
  13.     background-color: #093;
  14. }
  15. -->
  16. </style>
  17. <style type="text/css">
  18. #content {
  19.     height: 80%;
  20.     width: 100%;
  21.     position: fixed;
  22.     background-color: #3C3;
  23. }

  24. #credits {
  25.     position: absolute;
  26.     height: 20%;
  27.     width: 100%;
  28.     top: 80%;
  29.     background-color: #090;
  30. }
  31. #navigation {
  32.     margin:0px auto;
  33.     left: 40px;
  34.     width: 100%;
  35.     height: 30px;
  36.     background-position: left top;
  37.     background-repeat: repeat-x;
  38.     text-align: left;
  39.     font-family: Verdana, Arial, Helvetica, sans-serif;
  40.     font-size: 16px;
  41.     font-style: normal;
  42.     line-height: 25px;
  43.     font-weight: bold;
  44.     font-variant: normal;
  45.     text-decoration: none;
  46.     color: #FFFFFF;
  47.     display: block;
  48.     }
  49. #menu {
  50.     top: 10px;
  51.     position: fixed;
  52.     left: 40px;
  53.     font-family: Verdana, Geneva, sans-serif;
  54.     text-align: left;
  55. }
  56. #navigation a {
  57.     background-image: url(images/first.png);
  58.     background-repeat: no-repeat;
  59.     background-position: left top;
  60.     text-align: center;
  61.     font-family: Helvetica, sans-serif;
  62.     font-size: 14px;
  63.     font-style: normal;
  64.     line-height: 25px;
  65.     font-weight: bold;
  66.     font-variant: normal;
  67.     color: #FFFFFF;
  68.     text-decoration: none;
  69.     height: 30px;
  70.     width: 100px;
  71.     display: block;
  72.     float: left;
  73.     
  74. }
  75. #navigation a:hover {
  76.     background-image: url(images/last.png);
  77. }
  78. #menubox {
  79.     margin-top: 0;
  80.     background-color:#666;
  81. }
  82. #lowtext {
  83.     font-family: Verdana, Geneva, sans-serif;
  84.     font-size: 14px;
  85.     color: #333;
  86.     position: fixed;
  87. }
  88. #context {
  89.     margin-top: 15px;
  90.     position: fixed;
  91. }
  92. </style>

  93. </head>

  94. <body>
  95. <div id="content">
  96. <div id="menubox">
  97. <div id="navigation">
  98. <a href="#">Forside</a>
  99. <a href="#">Video</a>
  100. <a href="#">Test</a>
  101. <a href="#">Kommentar</a>
  102. </div>
  103. </div>
  104. <div id="context">
  105. <?PHP
  106. include("dbcon.php");
  107. $mysql = mysql_query("SELECT * from uge9_comment ORDER BY id")or die(mysql_error());
  108. while($row = mysql_fetch_array($mysql)){
  109.     echo $row['id'];
  110.     echo "<br>";
  111.     echo $row['navn'];
  112.     echo "<br>";
  113.     echo $row['msg'];
  114.     echo "<br>";
  115.     echo "_______________________________________";
  116.     echo "<br><br>";
  117. }
  118. ?>
  119. </div>
  120. </div>
  121. <div id="credits">
  122. <div id="lowtext">
  123. <center>
  124. <a href="login.html">Admin</a><br />
  125. Copyright ©
  126. </center>
  127. Abbas<br />
  128. Apeenajan<br />
  129. Kristian<br />
  130. Mads

  131. </div>
  132. </div>
  133. </body>
  134. </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 :)
Oprettet af:

HTML

Point afsat: 5

Åben
12:58 01/03/2010
jeg fik det ordnet selv bare slet det her indlæg
Oprettet af:

Kommentar
15:05 01/03/2010
lav et svar og giv dig selv point, tror ikke de gider bruge tid på at slette det her.
Oprettet af:

Kommentar
15:39 01/03/2010
Du skal være oprettet og logget ind for at svare på en tråd
Copyright © Rowl.dk v/ Michael Raagaard | 2005-12 | Alle rettigheder forbeholdes