HTML/CSS - Espaces de bordure indésirables?

DeadlyMechanism Messages postés 12 Date d'inscription   Statut Membre Dernière intervention   -  
ideal23 Messages postés 456 Date d'inscription   Statut Membre Dernière intervention   -
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   Statut Membre Dernière intervention   28
 
bonjour
liens non accessibles sur le web
0