S'est peut-être un peu flou mais aucune aperçue est disponnible mais avec les codes vous allez mieux comprendre (et m'aider
HTML
Code : Tout sélectionner
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Index</title>
<style type="text/css" media="all">
@import url(style.css);
</style>
</head>
<body>
<div id="flash_news_gauche">
</div>
<div id="flash_news_droite">
</div>
<div id="flash_news">
<marquee Class="Scroller" behavior="scroll" direction="left" width="95%" height="19" scrollamount="4" scrolldelay="0" onmouseover="this.stop()" onmouseout="this.start()">Test</marquee>
</div>
</body>
</html>Code : Tout sélectionner
#body
{
width: 100%;
background-color: black;
}
#flash_news_gauche
{
background-image: url('images/haut_gauche.jpg');
float: left;
height: 31px;
width: 197px;
}
#flash_news_droite
{
background-image: url('images/haut_droite.jpg');
float: right;
height: 31px;
width: 12px;
}
#flash_news
{
background-image: url('images/haut_centre.jpg');
width: 100%;
height: 31px;
font: Trebuchet MS;
font-size: 1.1em;
line-height: -35px;
}