probleme internet explorer, recherche icone image - HTML/CSS - Programmation
Marsh Posté le 23-09-2005 à 22:07:26
text-align:center; dans ton body.
IE est con comme une bi**
edit: pourquoi tu met </script> dans ton code ?
Marsh Posté le 23-09-2005 à 23:10:32
car il y avait un petit script qui affiche la date mais vu que c est pas le probleme
je crois que j ai essayer de rajouter center dans le body
il son t ou c est image
Marsh Posté le 24-09-2005 à 10:04:39
Cherches gnome dans google, ou kde. Ou n'importe quel site contenant des icones pour les environnements de bureau linux
Marsh Posté le 24-09-2005 à 11:37:36
pour centrer un element sous IE
il faut mettre un text-align :center sur son parent
Marsh Posté le 23-09-2005 à 21:58:49
Salut j essaye de crée mon site web en xhtlm et css mais j ai un problème avec internet explorer mon site est collez sur la gauche mais mon site s affiche comme je le veux avec opera et firefox centrer
c est quoi le problème?
Je cherche des icône libres ou on les trouve?
ex
le fichier css
BODY {background-color: #fff; color: #000; font-family: serif; font-size:14px; text-align: justify; vertical-align: middle;}
A:link {color: #0b27c6;text-decoration:none;font-family: sans-serif;}
A:visited {color: #0b27c6;text-decoration:none;font-family: sans-serif;}
A:hover {color: #ff0000;text-decoration:none;font-family: sans-serif;}
CENTER {text-align: center;}
TABLE {text-align: center; vertical-align:text-top; margin-right: auto; margin-left: auto ; margin-top: auto; margin-bottom: auto;}
TABLE.general {text-align: center; vertical-align:text-top; margin-right: auto; margin-left: auto ; margin-top: auto; height: 100%;}
TD {text-align: center; vertical-align:top;}
TD.justify {text-align:justify;}
TD.right {text-align:right;}
TD.left {text-align:left; }
TD.bas {text-align:center; vertical-align: bottom; }
TR {text-align: center; vertical-align:top;}
B {font-weight: bold;}
b.cv {
font-weight: bold;
text-decoration: none;
}
STRONG {font-weight: bold;}
PRE {white-space: pre;}
PRE.console {white-space: pre; background-color: #d3d3d3; font-size:12px;}
PRE.fichier {white-space: pre; background-color: #c2cfea; font-size:12px;}
PRE.lettre {white-space: pre; background-color: #ecf9b6; font-size:12px;}
H1 {color:black;font-family: serif;font-weight: bold; font-size:30px; margin: 0px; text-align: center; vertical-align: middle;}
H2 {color:black;font-family: serif;font-weight: bold; font-size:20px; margin: 0px; text-align: center; vertical-align: middle;}
H2.justify {color:black;font-family: serif;font-weight: bold; font-size: 20px; margin: 0px; text-align: justify; vertical-align: middle;}
UL.menu {position: absolute; top: 13em; width: 9em; text-decoration: none; margin: 0; padding: 0 0 0 5px; border: 0; list-style-type: none;}
DT {font-weight: bold; font-size:20px; margin-bottom: 15px;}
IMG {border: 0;}
div.news {list-style-type: none; border: solid #9e9784 1px; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 7px; margin-bottom: 10px; margin-left: 0; text-align: justify;}
div.citation {list-style-type: none; border: solid #9e9784 1px; background-color: #eeffff; padding-left: 40px; padding-right: 40px; padding-top: 10px; padding-bottom: 7px; margin-bottom: 10px; margin-left: 0; text-align: center;}
div.icones {float: left; margin-right: 10px; }
#all {width: 750px; margin-left: auto; margin-right: auto; margin-top: 2px; margin-bottom: 2px; background-color:#fff; border-top: solid; border-left: solid; border-right: solid; border-bottom: solid; border-width: 1px;}
#navigateur {text-align: center; font-size: 10px;}
#main {padding-left: 10.5em; padding-right: 1em;}
#end {text-align: center; font-size: 10px;}
xhtlm
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
<title>Xavier --CV en ligne Lefevre Xavier</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="content-language" content="fr" />
<link rel="icon" href="/img/favicon.ico" type="image/ico" />
<link rel="SHORTCUT ICON" href="img/favicon.ico" />
<style type="text/css">
@import url(../style/style.css);
</style>
</head>
<body>
<div id="all">
<div id="navigateur">
</script>
</div>
<a href="le/"><img src="../img/bienven.jpg" alt="Bienvenue" /></a><br />
</div>
<a href="role/"><img src="..img/bienven.jpg" alt="Bienvenue" /></a><br />
<ul class="menu">
<li><a href="/role/"><img src="../img/acuiel.jpg" alt="Accueil" /></a></li>
<li><a href="../elec.htm"><img src="../img/contact.jpg" alt="Contact" /></a></li>
</ul>
<div id="main">
<br />
<div id="end">
<a href="http://gimp.org"><img src="/img/gfx_by_gimp.gif" alt="Graphics by Gimp" /></a>
<br />
Copyright © 2002-2005
</div>
</div>
</body>
</html>