slt,
faisons simple....
pk ça marche pas sous IExplorer????
Code :
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <title>.: SYNDICAT CGT DES COURSIERS :.</title>
- <link rel="stylesheet" type="text/css" href="miseenpage2.css">
- </head>
- <body>
- <div id="HEADER">
- <div id="banniere">
- .: SYNDICAT CGT DES COURSIERS :.
- </div>
- </div>
|
Code :
- *
- {
- margin:0;
- padding:0;
- }
- body
- {
- margin:0;
- padding:0;
- font-family:'Comic Sans MS';
- background-image: url('CGT5.jpg');
- }
- div#HEADER
- {
- position:absolute;
- left:5px;
- right:5px;
- top:5px;
- width:auto;
- background-color: #000000;
- border: 1px solid #FFFF00;
- }
- div#banniere
- {
- position:relative;
- margin-left:40px;
- margin-right:40px;
- padding:10px;
- background-color: #FF0000;
- text-align:center;
- color:#FFFF00;
- font-family:'Verdana';
- font-size:26px;
- font-weight: bold;
- font-style:italic;
- }
|