A voir également:
- Problème Css firefox
- Downloadhelper firefox - Télécharger - Outils pour navigateurs
- Telecharger firefox - Télécharger - Navigateurs
- Exporter favoris firefox - Guide
- Comment supprimer bing de firefox - Guide
- Ghostery firefox - Télécharger - Web & Internet
4 réponses
J'avais oublié le code :S
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="C:\Documents and Settings\Administrateur\Bureau\Site_atelier_histoire\CSS_du_site\Css_general.css" />
<title>Atelier Histoire Du Collège Politzer</title>
</head>
<body>
<h1>Bienvenue sur le site de l'atelier histoire du collège Politzer!</h1>
<p class=indication>Bonne visite!Utilisez le menu pour explorer les pages...</p>
<nav><p><ul><span id="menu"><li><a href="C:\Documents and Settings\Administrateur\Bureau\Site_atelier_histoire\Istanbul\Istanbul.html"><img style="border:0px;" src="http://images.supportduweb.com/buttons.php?frm=1&btn_type=25&txt=Istanbul" onmouseover="this.src='http://images.supportduweb.com/bouttons.php?frm=2&btn_type=25&txt=Istanbul'" onmouseout="this.src='http://images.supportduweb.com/bouttons.php?frm=1&btn_type=25&txt=Istanbul';" alt="Istanbul" /></a>
<script type="text/javascript">
img=new Image();
img.src= "http://images.supportduweb.com/buttons.php?frm=2&btn_type=25&txt=Normal";
</script></li>
<li><a href="C:\Documents and Settings\Administrateur\Bureau\Site_atelier_histoire\Videos\Videos.html"><img style="border:0px;" src="http://images.supportduweb.com/buttons.php?frm=1&btn_type=26&txt=Videos" onmouseover="this.src='http://images.supportduweb.com/bouttons.php?frm=2&btn_type=26&txt=Videos'" onmouseout="this.src='http://images.supportduweb.com/bouttons.php?frm=1&btn_type=26&txt=Videos';" alt="Videos" /></a>
<script type="text/javascript">
img=new Image();
img.src= "http://images.supportduweb.com/buttons.php?frm=2&btn_type=26&txt=Videos";
</script></li>
<li><a href="C:\Documents and Settings\Administrateur\Bureau\Site_atelier_histoire\Images\images.html"><img style="border:0px;" src="http://images.supportduweb.com/buttons.php?frm=1&btn_type=24&txt=Images" onmouseover="this.src='http://images.supportduweb.com/bouttons.php?frm=2&btn_type=24&txt=Images'" onmouseout="this.src='http://images.supportduweb.com/bouttons.php?frm=1&btn_type=24&txt=Images';" alt="Images" /></a>
<script type="text/javascript">
img=new Image();
img.src= "http://images.supportduweb.com/buttons.php?frm=2&btn_type=24&txt=Images";
</script></li>
<li><a href="C:\Documents and Settings\Administrateur\Bureau\Site_atelier_histoire\Documents\Documents.html"><img style="border:0px;" src="http://images.supportduweb.com/buttons.php?frm=1&btn_type=23&txt=Documents" onmouseover="this.src='http://images.supportduweb.com/bouttons.php?frm=2&btn_type=23&txt=Documents'" onmouseout="this.src='http://images.supportduweb.com/bouttons.php?frm=1&btn_type=23&txt=Documents';" alt="Documents" /></a>
<script type="text/javascript">
img=new Image();
img.src= "http://images.supportduweb.com/buttons.php?frm=2&btn_type=23&txt=Documents";
</script></li>
<li><a href="C:\Documents and Settings\Administrateur\Bureau\Site_atelier_histoire\Notre_travail\Notre_travail.html"><img style="border:0px;" src="http://images.supportduweb.com/buttons.php?frm=1&btn_type=22&txt=Notre+travail" onmouseover="this.src='http://images.supportduweb.com/bouttons.php?frm=2&btn_type=22&txt=Notre+travail'" onmouseout="this.src='http://images.supportduweb.com/bouttons.php?frm=1&btn_type=22&txt=Notre+travail';" alt="Notre+travail" /></a>
<script type="text/javascript">
img=new Image();
img.src= "http://images.supportduweb.com/buttons.php?frm=2&btn_type=22&txt=Notre+travail";
</script></li>
<li><a href="C:\Documents and Settings\Administrateur\Bureau\Site_atelier_histoire\Le_projet\Le_projet.html"><img style="border:0px;" src="http://images.supportduweb.com/buttons.php?frm=1&btn_type=21&txt=Le+projet" onmouseover="this.src='http://images.supportduweb.com/bouttons.php?frm=2&btn_type=21&txt=Le+projet'" onmouseout="this.src='http://images.supportduweb.com/bouttons.php?frm=1&btn_type=21&txt=Le+projet';" alt="Le+projet" /></a>
<script type="text/javascript">
img=new Image();
img.src= "http://images.supportduweb.com/buttons.php?frm=2&btn_type=21&txt=Le+projet";
</script></li></span></ul><p></nav>
</body>
</html>
Et le Css(désolé de vous embéter )
nav
{
border: black inset 5px;
background-color: ;
width:26%;
padding:0px;
float:left;
}
body
{
background-image: url("http://img0.svstatic.com/wallpapers/2c8682e5bed52070bdbc9aa469b41ac9_large.jpeg");
}
@font-face {
font-family: 'ChopinScript';
src: url('ChopinScript.otf');
}
#police
{
font-family:ChopinScript;
font-size:1.8em;
}
h1
{
color:blue;
font-style:italic;
text-align:center;
}
.indication
{
position:absolute;
left: 300px;
font-family:Verdana;
color:green;
font-size:1.2em;
}