HTML/CSS - Espaces de bordure indésirables?

Fermé
DeadlyMechanism Messages postés 12 Date d'inscription vendredi 9 mars 2007 Statut Membre Dernière intervention 27 juin 2009 - 27 juin 2009 à 19:22
ideal23 Messages postés 456 Date d'inscription mercredi 30 avril 2008 Statut Membre Dernière intervention 16 mai 2014 - 28 juin 2009 à 10:05
Bonjour les gens, voila deux heures et demi que je bute sur un problème qui parait pourtant tellement simple (ça commence a me taper sur le système nerveux XD) j'ai browsé un peu partout, j'ai essayé de modifier la margin, le border, le padding, rien n'y fait O_o
en fait voila le problème: la page que je viens de commencer a composer a des espaces ou elle ne devrait pas en avoir O_°.

Ma page: http://router.dontexist.com/index2.htm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" >
<title>IM SO FUCKING CONFUSED O_o</title>
<link rel="stylesheet" type="text/css" href="default2.css">
</head>
<body>
<div id="container">
<!-- upper bar (logo and login) -->
<div id="top_upper_bar">
<div id="top_upper_bar_c">TOP UPPER BAR (logo and other stoof =p)</div>
</div>
<!-- Navbar V -->
<div id="top_lower_bar">
<div id="top_lower_bar_c">TOP LOWER BAR (navbar)</div>
</div>        
<!-- MAIN CONTAINER -->
<div id="main_container">
<div id="main">Main</div>
</div>
</div>
</body>
</html>



Mon fichier CSS: http://router.dontexist.com/default2.css
body{background-color:grey}
#container{width:0 auto; height:0 auto; margin:0 auto; border:0 auto;}

  #top_upper_bar{width:100%; height:59px; background-image:url(/images/bg_toptile.jpg); background-repeat: repeat-x;}
  #top_upper_bar_c{width:600px; display:block; height:59px; color:orange; margin:0 auto;}

 #top_lower_bar{width:100%; height:59px; background-image:url(/images/bg_lowertile.jpg); background-repeat: repeat-x;}
 #top_lower_bar_c{width:600px; display:block; height:59px; color:orange; margin:0 auto;}


#main_container{width:610px; display:block; height:auto; color:black; margin:0 auto; background-color:black; padding-top:0px;}

  #main{width:600px; display:block; height:auto; color: black; margin:0 auto; background-color:white;}





Mon but est d'arriver a quelque chose de compact,je joins une petite nimage photoshopée de mon but, au cas ou si je n'aurais pas été assez clair, elle est toute moche (normal vu qu'elle était destinée a un usage personnel =p) http://router.dontexist.com/images/concept.jpg

merki d'avance ^^
A voir également:

1 réponse

ideal23 Messages postés 456 Date d'inscription mercredi 30 avril 2008 Statut Membre Dernière intervention 16 mai 2014 28
28 juin 2009 à 10:05
bonjour
liens non accessibles sur le web
0