Placement texte
marikikiki
-
marikikiki -
marikikiki -
Bonjour,
J'Ai essayer de mettre un texte a la gauche du menu,mais je n'y arrive pas.Pouvez vous me corriger mon code svp.Le voici:
</body>
</html>
J'Ai essayer de mettre un texte a la gauche du menu,mais je n'y arrive pas.Pouvez vous me corriger mon code svp.Le voici:
<html>
<head>
<title>La guerre des clans</title>
</head>
<body>
<img src="C:\Documents and Settings\Administrator\My Documents\My Pictures\Mon site\Banniere site.jpg" width="959" height="119" alt="" />
<div style="background:#990099;"><div style="text-align: center">Pseudo:<input name="pseudo"> Mot de passe:<input name="pass" type="password"><input
value="Connexion" name="connect" type="submit"><?php <php></div></div>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css">
html{
font:12px Arial, Helvetica, sans-serif;
color:#333;
padding:0;
margin:0;}
.listmenu ul {
margin: 0 0 5px 0;
padding: 0 0 2px 0;
list-style-type: none;
width:185px;}
.listmenu li a {
color: #333;
display: block;
border-left:3px solid #006;
border-right:3px solid #006;
height: 16px;
padding: 4px 0 4px 14px;
text-decoration: none;
font-weight:bold;
background-color:#fff;}
.listmenu li a:hover {
background-color: #006;
color:#fff;}
</style>
<div class="listmenu">
<ul>
<li><a href="#">Forum </a></li>
<li><a href="#">Le jeu </a></li>
<li><a href="#">Rdj </a></li>
<li><a href="#">Mon clan </a></li>
<style type="text/css">
ul.navbar {
position: absolute;
top: 2em;
left: 1em;
width: 9em }
</style>
<strong>Bienvenue sur mon site web</strong>
</body>
</html>
3 réponses
-
Salut,
sans avoir testé ta page :
Tes styles CSS doivent se trouver dans ta balise head.
Tu n'as également pas fermé ta balise body et html-
-
-
tu devrais aller faire un tour sur
https://openclassrooms.com/fr/
pour au moins avoir des notions de base. ;)
-
-
Ok,mais je ne sais pas comment ça fonctionne le truc que j'ai,est-ce que je dois mettre absolute;top ou un truc comme ça?
-