Bonjour,
Voilà je suis en train de faire un portfolio et j'aimerais avoir un peu d'aide parce que là je sèche sur certains points.
Surtout sur le fait qu'avec Firebug, mon menu n'apparaisse pas comme un block...je ne comprends pas pourquoi.
Et aussi, pourquoi lorsque je rajoute du texte dans mon block 1 de mon corps, celui ci empiète sur le footer alors que ce sont deux blocks différents...
Voici mes deux pages :
Merci d'avance pour votre aide
Dites moi si il y a des choses à revoir dans le code !
Voilà je suis en train de faire un portfolio et j'aimerais avoir un peu d'aide parce que là je sèche sur certains points.
Surtout sur le fait qu'avec Firebug, mon menu n'apparaisse pas comme un block...je ne comprends pas pourquoi.
Et aussi, pourquoi lorsque je rajoute du texte dans mon block 1 de mon corps, celui ci empiète sur le footer alors que ce sont deux blocks différents...
Voici mes deux pages :
<!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" lang="fr">
<head>
<title>Pierre L - Portfolio - Etudiant en 1�re ann�e de ******</title>
<meta name="description" content="Description de ma page web." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="fr" />
<link href="home.css" rel="stylesheet" type="text/css" />
</head>
<body id="bg">
<div id="glob">
<div id="top">
<h1><a href="home.html"></a><img border="0" align="center" src="images/logo.png" /></h1>
<h2>ETUDIANT EN PREMIERE ANNEE *******</h2>
</div>
<div id="menu">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="real.html">Réalisations</a></li>
<li><a href="cv.html">Curiculum Vitae</a></li>
<li><a href="blog.html">Blog perso</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="apropos.html">A propos</a></li>
</ul>
</div>
<div id="content">
<div id="box1">
<h3></h3>
<p>Bienvenue sur mon portfolio,<br /></p>
<p>Actuellement en formation à *************, <span class="obj">j'ai pour objectif de devenir **********</span></p>
<p>Grâce à ce portfolio, je vous invite à découvrir <span class="modiftxt">mes passions</span>,<span class="modiftxt"> mes réalisations</span>, <span class="modiftxt">mon parcours</span> ainsi que<span class="modiftxt"> mes expériences</span>.</p>
<p>Excellente visite, </p>
<p>P. *****</p>
</div>
<div id="box2">
<h3></h3>
<p>Ici on mettra les images des réalisations, de petits aperçus quoi !<br/>Non, c'est pas une bonne idée ? Moi je pense que si.<br/></p>
</div>
</div>
<div id="footer">
Site web développé par Pierre ******. <br />
2010-2011 - <a href="mailto:pierre.lenoble@free.fr">pierre.****@free.fr</a>
</div>
</div>
</body>
</html>
#bg {background-color: #FFF ; width : 750px ; margin:auto;}
#top h1 {text-align: right;}
#top h2 {font-family : Calibri, arial ; font-size: 12px; text-align: right; color: #A0A3A5 }
#menu ul li a {position: relative;color : #000 ; text-decoration: none ; float:left; margin:8px; font-family: verdana, calibri, arial ; font-size: 10px; font-weight: bold }
#menu a:hover {color: #00BDFF ;}
#menu ul li { list-style-type: none; }
#content {width: 750px ;height: 300px; border-bottom: 1px solid #DEDEDE ;}
#box1 { width: 300px ; height : 200 px ; float:left; text-align: justify; font-family : Calibri, Arial, verdana ; font-size : 12px; padding-right:10px ;}
#box1 p .obj {font-weight : bold ; }
#box1 p .modiftxt {color : #6ac6de ; font-weight : bold ; }
#box1 h3 {background-image: url("images/background_h3/background_h3_1.png") ; background-repeat : no-repeat ; width : 130px ; height : 61px; }
#box2 {width: 410px ; height : 400 px; border-left: 1px solid #DEDEDE ; float: left; padding-left: 20px; }
#box2 h3 {background-image: url("images/background_h3/background_h3_2.png") ; background-repeat: no-repeat ; width : 230px ; height: 68px ;}
#box2 p {font-family: calibri, arial, verdana ; font-size: 12px;}
#footer {font-family : calibri,arial,verdana ; font-size : 13px ; font-style: italic ; text-align: right ; margin-top: 10px; color : #a0a3a5}
#footer a {text-decoration: none ; }
Merci d'avance pour votre aide
Dites moi si il y a des choses à revoir dans le code !