Probleme sur mon code pour firefox
Résolu
apokal
Messages postés
18
Statut
Membre
-
bg62 Messages postés 23700 Date d'inscription Statut Modérateur Dernière intervention -
bg62 Messages postés 23700 Date d'inscription Statut Modérateur Dernière intervention -
Bonjour,
http://www6.gbs.me/?tdfs=1&kw=connect+vpn&term=USA%20Enterprise%20Cloud%20VPN&term=UK%20Enterprise%20Cloud%20VPN&term=China%20Enterprise%20Cloud%20VPN&term=Korea%20Enterprise%20Cloud%20VPN&term=Germany%20Enterprise%20Cloud%20VPN&term=Australia%20Enterprise%20Cloud%20VPN&term=Japan%20Enterprise%20Cloud%20VPN&term=Hong%20Kong%20Enterprise%20Cloud%20VPN&term=Russian%20Enterprise%20Cloud%20VPN&term=Taiwan%20Enterprise%20Cloud%20VPN&backfill=0
Voici mon probleme sous IE tous marche parfaitement mai sous firefox sa merdouille,
voici mes bout de code :
CSS:
body
{
background-color: #000000;
margin: auto;
color: white;
position: middle;
width: 1000px;
}
#header_d
{
width: 170px;
height: 140px;
background-image: url("img/header_d.png");
}
#header_g
{
width: 830px;
height: 140px;
background-image: url("img/header_g.png");
}
#menu_d
{
width: 168px;
height: 80px;
background-image: url("img/menu_d.png");
}
#menu_g
{
width: 830px;
height: 80px;
background-image: url("img/menu_g.png");
}
#contenu_d
{
height: 38px;
background-image: url("img/contenu_d.png");
}
#contenu_g
{
height: 40px;
background-image: url("img/contenu_g.png");
}
#footer_g
{
width: 830px;
height: 90px;
background-image: url("img/footer_g.png");
}
#footer_d
{
width: 170px;
height: 90px;
background-image: url("img/footer_d.png");
}
#contenu_g p
{
margin-left: 30px;
margin-right: 30px;
}
#contenu_d p
{
margin-right: 20px;
}
#block_I
{
width: 146px;
border: 2px solid red;
float: right;
margin-bottom: 400px;
}
.zone
{
color: white;
width: 55px;
height: 21px;
background-image: url("img/zone.png");
border: 0px;
}
------------------------------------------------------------------------------------------------------
PHP&HTML
<!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>1111</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<table style=" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td id="header_g"></td>
<td id="header_d"></td>
</tr>
<tr>
<td id="menu_g"></td>
<td id="menu_d"></td>
</tr>
<tr>
<td id="contenu_g"><p><br /></p></td>
<td id="contenu_d"><p id="block_I">
<form action="index.php" method="post">
Pseudo : <input class="zone" size="5" type="text" src="img/connexion.png" name="login" value="<?php if (isset($_POST['login'])) echo htmlentities(trim($_POST['login'])); ?>"><br />
pass : <input class="zone" size="5" type="password" name="pass" value="<?php if (isset($_POST['pass'])) echo htmlentities(trim($_POST['pass'])); ?>"><br />
<input class="connexion" type="image" src="img/connexion.png" border="0" name="connexion" value="connexion">
</form>
</td>
</tr>
<tr>
<td id="footer_g"></td>
<td id="footer_d"></td>
</tr>
</tbody>
</table>
</body>
</html>
Le probleme concernant le bloque de droite qui devrai ce retrouver en haut et non au milieu.
Merci davance en esoerant un reponse et meme quelque avis sur mon code serai les bien venu kisss!
http://www6.gbs.me/?tdfs=1&kw=connect+vpn&term=USA%20Enterprise%20Cloud%20VPN&term=UK%20Enterprise%20Cloud%20VPN&term=China%20Enterprise%20Cloud%20VPN&term=Korea%20Enterprise%20Cloud%20VPN&term=Germany%20Enterprise%20Cloud%20VPN&term=Australia%20Enterprise%20Cloud%20VPN&term=Japan%20Enterprise%20Cloud%20VPN&term=Hong%20Kong%20Enterprise%20Cloud%20VPN&term=Russian%20Enterprise%20Cloud%20VPN&term=Taiwan%20Enterprise%20Cloud%20VPN&backfill=0
Voici mon probleme sous IE tous marche parfaitement mai sous firefox sa merdouille,
voici mes bout de code :
CSS:
body
{
background-color: #000000;
margin: auto;
color: white;
position: middle;
width: 1000px;
}
#header_d
{
width: 170px;
height: 140px;
background-image: url("img/header_d.png");
}
#header_g
{
width: 830px;
height: 140px;
background-image: url("img/header_g.png");
}
#menu_d
{
width: 168px;
height: 80px;
background-image: url("img/menu_d.png");
}
#menu_g
{
width: 830px;
height: 80px;
background-image: url("img/menu_g.png");
}
#contenu_d
{
height: 38px;
background-image: url("img/contenu_d.png");
}
#contenu_g
{
height: 40px;
background-image: url("img/contenu_g.png");
}
#footer_g
{
width: 830px;
height: 90px;
background-image: url("img/footer_g.png");
}
#footer_d
{
width: 170px;
height: 90px;
background-image: url("img/footer_d.png");
}
#contenu_g p
{
margin-left: 30px;
margin-right: 30px;
}
#contenu_d p
{
margin-right: 20px;
}
#block_I
{
width: 146px;
border: 2px solid red;
float: right;
margin-bottom: 400px;
}
.zone
{
color: white;
width: 55px;
height: 21px;
background-image: url("img/zone.png");
border: 0px;
}
------------------------------------------------------------------------------------------------------
PHP&HTML
<!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>1111</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<table style=" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td id="header_g"></td>
<td id="header_d"></td>
</tr>
<tr>
<td id="menu_g"></td>
<td id="menu_d"></td>
</tr>
<tr>
<td id="contenu_g"><p><br /></p></td>
<td id="contenu_d"><p id="block_I">
<form action="index.php" method="post">
Pseudo : <input class="zone" size="5" type="text" src="img/connexion.png" name="login" value="<?php if (isset($_POST['login'])) echo htmlentities(trim($_POST['login'])); ?>"><br />
pass : <input class="zone" size="5" type="password" name="pass" value="<?php if (isset($_POST['pass'])) echo htmlentities(trim($_POST['pass'])); ?>"><br />
<input class="connexion" type="image" src="img/connexion.png" border="0" name="connexion" value="connexion">
</form>
</td>
</tr>
<tr>
<td id="footer_g"></td>
<td id="footer_d"></td>
</tr>
</tbody>
</table>
</body>
</html>
Le probleme concernant le bloque de droite qui devrai ce retrouver en haut et non au milieu.
Merci davance en esoerant un reponse et meme quelque avis sur mon code serai les bien venu kisss!
Configuration: Windows XP Internet Explorer 7.0
A voir également:
- Probleme sur mon code pour firefox
- Code ascii - Guide
- Code activation windows 10 - Guide
- Code puk bloqué - Guide
- Downloadhelper firefox - Télécharger - Outils pour navigateurs
- Comment déverrouiller un téléphone quand on a oublié le code - Guide