Slt a tous j´ai un problème de placement de bouton qui veu rester en bas sur du blanc et que je n´arrive pas a remonter pour vous aider voici les page correspondante.
Code : HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>PCWORLD La référence PC!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="pcworldstyle1" href="pcworldstyle1.css"/>
</head>
<body>
<div id="en_tete">
</div>
<div id="menu">
</div>
<div id="pied_de_page">
<p> ce site a été réalisée par quentin lambert </p>
</div>
<div id="script_heberg">
<SCRIPT type=´text/javascript´
SRC=´
http://bannierefr.com/webm/prog/soutien/
123´></script>
</div>
<div id="corps">
</div>
<div id="bouton_news">
</div>
</div>
</body>
</html>
et la page de css:
Code : CSS
body
{
width:800px;
height: 790px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url(images/fond-pc.jpg);
background-repeat:no-repeat;
}
- en_tete
{
width: 800px;
height: 200px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
margin-bottom: 10px;
}
#menu
{
width: 200px;
height: 600px;
background-image: url(images/menu.jpg);
background-repeat: no-repeat;
float:left;
}
#pied_de_page
{
width:800px;
height:200px;
background-image: url(images/bas.jpg);
background-repeat: no-repeat;
margin-top:650px;
}
#script_heberg
{
width:500px;
height:200px;
margin-bottom:660px;
margin-left:200px;
}
#corps
{
width:60px;
height:30px;
margin-left: 210px;
background-image:url(images/bouton_news.jpg);
float:center;
background-repeat:no-repeat;
}
- bouton_news
{
width:60px;
height:30px;
margin-left:400px;
margin-top:10px;
background-image:url(images/bouton_news.jpg);
}
voici les pack d´images:
http://rapidshare.com/filfiles/10009235/images.rar.html
placer tous cela dans un document et regrader ce que cela donne vs aver beau essayer de changer la place du bouto news qui se trouve toute en bas il reste sur le blanc.
Comment faire pour le mettre dans le enu
Merci de me répondre