login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Witte regel tussen div's (Opgelost)

Offline janwillem117 - 23/01/2009 17:06 (laatste wijziging 23/01/2009 17:44)
Avatar van janwillem117Nieuw lid ik heb een css layout gemaakt maar nu zit er een witte regel tussen 2 divjes, hoe krijg ik mijn layout aan elkaar?

Hier mn html:
  1. <?php function nukeMagicQuotes() {
  2. function stripslashes_deep($value) {
  3. $value = is_array($value) ? array_map('stripslashes_deep', $value) : stripslashes($value);
  4. return $value;
  5. }
  6. $_POST = array_map('stripslashes_deep', $_POST);
  7. $_GET = array_map('stripslashes_deep', $_GET);
  8. $_COOKIE = array_map('stripslashes_deep', $_COOKIE);
  9. }
  10. }
  11. ?>
  12. <?php nukeMagicQuotes(); ?>
  13. <?php
  14. // Connect to the database
  15. $cnx = mysql_connect("localhost", "suzan2_suzan2", "wachtwoord");
  16. if (!$cnx) {
  17. die("Unable to connect to database!");
  18. }
  19.  
  20. // Select your database
  21. mysql_select_db("suzan2_suzan2", $cnx);
  22.  
  23. // Get data from the database
  24. $query = mysql_query("SELECT data FROM fck_data WHERE id = 2");
  25. $data = mysql_fetch_array($query);
  26. ?>
  27.  
  28. <head>
  29. <meta http-equiv="Content-Language" content="nl" />
  30. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  31. <title>Suzan Van Der Sman - Kleurrijkpalet.nl</title>
  32. <LINK REL="stylesheet" HREF="stijl.css" TYPE="text/css">
  33. <script type="text/javascript" language="JavaScript1.2" src="images/um_menu.js"></script>
  34. <style type="text/css">
  35. .style1 {
  36. font-family: "Lucida Handwriting";
  37. font-size: x-large;
  38. }
  39. .style2 {
  40. font-family: "Lucida Handwriting";
  41. }
  42. </style>
  43. </head>
  44.  
  45. <body style="background-color: #E0E0E0">
  46. <div id="container"><div id="header"></div><div id="menu"><script type="text/javascript" language="JavaScript1.2" src="images/menu.js"></script>
  47. </div><div id="inhoud"><?php echo $data[data]; ?></div><div id="footer"></div></div>
  48. </body>
  49.  
  50. </html>


en de css:
  1. #header {
  2. height: 150px;
  3. width:800px;
  4. background-image:url("images/header.jpg");
  5. }
  6.  
  7. #menu {
  8. width:800px;
  9. height:28px;
  10. background-image:url("images/menu.png");
  11. }
  12.  
  13. #inhoud {
  14. background-image:url(images/achtergrond.png);
  15. margin:0 auto;
  16. position:relative;
  17. width:800px;
  18. }
  19.  
  20. #thumbs {
  21. width:150px;
  22. height:400px;
  23. background-image:url("images/thumbs.png");
  24. float: left;
  25. }
  26.  
  27. #footer {
  28. background:#E0E0E0 url(images/footer.png) no-repeat;
  29. width:800px;
  30. height:50px;
  31. clear: both;
  32. }
  33.  
  34. #container {
  35. width:800px;
  36. margin:0 auto;
  37. }
  38.  
  39. .style1 {
  40. font-family: "Lucida Handwriting";
  41. font-size: x-large;
  42. }
  43. .style2 {
  44. font-family: "Lucida Handwriting";
  45. }


hier een voorbeeld van hoe het nu is http://www.kleurrijkpalet.nl/goed/biografie.php

2 antwoorden

Gesponsorde links
Offline roberini - 23/01/2009 17:49
Avatar van roberini HTML beginner Ik zie geen witregel. Welke browser heb je dat probleem?
Offline janwillem117 - 23/01/2009 17:55
Avatar van janwillem117 Nieuw lid heb het al opgelost
de editor maakte automatisch een witregel aan
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.175s