Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [CSS][HTML][PHP] Przerwa między div'ami
menhils
post
Post #1





Grupa: Zarejestrowani
Postów: 32
Pomógł: 0
Dołączył: 6.01.2012

Ostrzeżenie: (0%)
-----


Co mam wstawić do pliku .css aby znikły przerwy między nagłókiem, a menu (z resztą dzieje się tak samo)?

Screen:
(IMG:http://pictap.pl/di-X5EPRAKE.png)

index.php
  1. <?php
  2. require('main.php');
  3. require (INC_DIR."config.inc.php");
  4. include (PAG_DIR."header.php");
  5. include (PAG_DIR."menu.php");
  6.  
  7. jakiś kod....
  8.  
  9. include (PAG_DIR."footer.php");
  10. ?>


header.php

  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.  
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>witam</title>
  7. <meta name="description" content="" />
  8. <meta name="keywords" content="" />
  9. <meta name="revisit-after" content="" />
  10. <meta name="robots" content="" />
  11. <link rel="stylesheet" type="text/css" media="all" href="css/style.css" />
  12. </head>
  13.  
  14. <body>
  15. <div id="header">Naglowek</div>
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 20.09.2025 - 16:37