Problème de html dans Internet Explorer
Résolu/Fermé
BRIO4
Messages postés
10
Date d'inscription
lundi 6 avril 2009
Statut
Membre
Dernière intervention
19 janvier 2012
-
9 juil. 2011 à 20:56
BRIO4 Messages postés 10 Date d'inscription lundi 6 avril 2009 Statut Membre Dernière intervention 19 janvier 2012 - 12 juil. 2011 à 02:41
BRIO4 Messages postés 10 Date d'inscription lundi 6 avril 2009 Statut Membre Dernière intervention 19 janvier 2012 - 12 juil. 2011 à 02:41
A voir également:
- Problème de html dans Internet Explorer
- Telecharger internet explorer - Télécharger - Navigateurs
- Internet explorer 8 - Télécharger - Navigateurs
- Ouvrir internet explorer - Guide
- Internet explorer 9 - Télécharger - Navigateurs
- Explorer patcher - Télécharger - Personnalisation
2 réponses
BRIO4
Messages postés
10
Date d'inscription
lundi 6 avril 2009
Statut
Membre
Dernière intervention
19 janvier 2012
12 juil. 2011 à 00:55
12 juil. 2011 à 00:55
Pafrait, j'ai finalement presque réussi ce que je voulais,
En fait j'ai utilisé des <div> pour que ça fonctionne dans tous les navigateurs,
seulement maintenant, j'ai une bordure blanche tout autour de ma page et je ne sais trop pourquoi.
Est-ce que quelqu'un saurait pourquoi?
Bordure blanches: http://brio.speedrunwiki.com/LA-MAYOCHE/LA%20MAYOCHE%20page%20accueil%20V002.htm
Sans bordure blanches: http://brio.speedrunwiki.com/LA-MAYOCHE/LA%20MAYOCHE%20page%20accueil%20V001.htm
Merci encore!
En fait j'ai utilisé des <div> pour que ça fonctionne dans tous les navigateurs,
seulement maintenant, j'ai une bordure blanche tout autour de ma page et je ne sais trop pourquoi.
Est-ce que quelqu'un saurait pourquoi?
Bordure blanches: http://brio.speedrunwiki.com/LA-MAYOCHE/LA%20MAYOCHE%20page%20accueil%20V002.htm
Sans bordure blanches: http://brio.speedrunwiki.com/LA-MAYOCHE/LA%20MAYOCHE%20page%20accueil%20V001.htm
Merci encore!
BRIO4
Messages postés
10
Date d'inscription
lundi 6 avril 2009
Statut
Membre
Dernière intervention
19 janvier 2012
12 juil. 2011 à 02:41
12 juil. 2011 à 02:41
J'ai finalement réussi à trouver le problème par moi-même. Voici ce à quoi le code final ressemble:
<style type="text/css">
html, body {
margin: 0;
padding: 0;
}
<!--
#one{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/Ligne_droite-2.png") top right repeat-y;
}
#two{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/BG_Droit_01-3.jpg") 100% 4% no-repeat;
}
#three{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/BG_Gauche_01-1.jpg") top left repeat-y;
}
#four{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/NewsPart2-2.png") 50% 54% no-repeat;
}
#five{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/NewsPart1-3.png") 50% 13% no-repeat;
}
#six{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/LaMayocheFrontRight3-5.png") top right no-repeat;
}
#seven{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/LaMayocheFrontLeft2-2.png") top left no-repeat;
}
-->
</style>
<style type="text/css">
html, body {
margin: 0;
padding: 0;
}
<!--
#one{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/Ligne_droite-2.png") top right repeat-y;
}
#two{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/BG_Droit_01-3.jpg") 100% 4% no-repeat;
}
#three{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/BG_Gauche_01-1.jpg") top left repeat-y;
}
#four{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/NewsPart2-2.png") 50% 54% no-repeat;
}
#five{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/NewsPart1-3.png") 50% 13% no-repeat;
}
#six{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/LaMayocheFrontRight3-5.png") top right no-repeat;
}
#seven{
background: url("http://i206.photobucket.com/albums/bb52/oli_briss/LaMayocheFrontLeft2-2.png") top left no-repeat;
}
-->
</style>