Bonjour tous,
Je suis nouveau ici et je commence a m'intéresser au xhtml-css.
Mon problème c'est le ''margin-top'' sous les browser (Firefox-Opera-Netscape...)
( margin-top: 0px; ) semble ne pas marcher sur ces browsers et je me demandais si ce problème est résolvable car présentement j'ai essayé bien des choses mais rien ne semble fonctioner.
voici mon code xhtml:
Voici le code CSS:
Voici le url:
http://www.socam.net/center
Merci,
Alec Eiffel
Modifié par Alec Effeil (04 Jun 2007 - 19:47)
Je suis nouveau ici et je commence a m'intéresser au xhtml-css.
Mon problème c'est le ''margin-top'' sous les browser (Firefox-Opera-Netscape...)
( margin-top: 0px; ) semble ne pas marcher sur ces browsers et je me demandais si ce problème est résolvable car présentement j'ai essayé bien des choses mais rien ne semble fonctioner.
voici mon code xhtml:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Document sans titre</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="yo.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="page">
<p><img src="left_banner_top.gif" width="124" height="250" /><img src="logo.jpg" width="250" height="250" /><img src="right_banner_top.gif" width="117" height="250" /></p>
</div>
</body>
</html>
Voici le code CSS:
body{
padding : 0;
margin : 0;
background-image : url(background.gif);
background-position: 50% 50%;
background-repeat : repeat-y;}
body
#page {
width: 500px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}
Voici le url:
http://www.socam.net/center
Merci,
Alec Eiffel
Modifié par Alec Effeil (04 Jun 2007 - 19:47)